Skip to content

Mirko-r/baracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baracle

Let's make a text editor like in the 70's

img baracle

Installation

Arch Linux and derivatives (AUR)

Stable

package: baracle

Use an AUR helper or

git clone https://aur.archlinux.org/baracle.git
makepkg -si

Unstable

package: baracle-git

Use an AUR helper or

git clone https://aur.archlinux.org/baracle-git.git
makepkg -si

Manual

Stable

  • go to the releases page
  • download the baracle.c of 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
./baracle

Unstable

git clone https://github.com/Mirko-r/baracle
cd baracle/build
make 
./baracle

Debian\Ubuntu and derivatives

Soon™ (seriously though, soon)

Sample Usage

Command Function
ctrl+s save file
ctrl+q quit baracle
ctrl+f find a string

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

💲Support my work

paypal