Let's make a text editor like in the 70's
package: baracle
Use an AUR helper or
git clone https://aur.archlinux.org/baracle.git
makepkg -sipackage: baracle-git
Use an AUR helper or
git clone https://aur.archlinux.org/baracle-git.git
makepkg -si- go to the releases page
- download the
baracle.cof the version you want - open your terminal in the folder where you downloaded it and run:
gcc baracle.c -o baracle -Wall -Wextra -pedantic -std=c99
./baraclegit clone https://github.com/Mirko-r/baracle
cd baracle/build
make
./baracleSoon™ (seriously though, soon)
| Command | Function |
|---|---|
ctrl+s |
save file |
ctrl+q |
quit baracle |
ctrl+f |
find a string |
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request

