Skip to content
forked from segfaultdev/bedd

Minimal and multifunctional terminal-based text editor.

License

Notifications You must be signed in to change notification settings

GalladeR475/bedd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedd: the bar editor

bedd is an open source, multifunctional editor and environment, with purposes ranging from file exploring to coding and note taking. Its name comes from 'bar editor', due to the tab bar present on the top of the terminal, while also being a word play on the word "bed". It uses keybindings and shortcuts commonly found in graphical text editors, in order to provide the flattest learning curve as possible. The terminal UI is also optimized for simple terminals with limited color support, while being able to provide a "modern" interface. It also provides builtin help in the form of a welcome screen with all the shortcuts present in bedd.

(Screenshot of bedd - Welcome screen) (Screenshot of bedd - Editing bedd.c)

How to build

Make sure you have installed 'make' before running the next few steps!

$ cd bedd/          # Go to the 'Bedd' directory
$ sudo make install # Installs 'Bedd'
$ bedd              # Run Bedd (Can be done in any directory)

Licensing

This project is licensed with the MIT license, check LICENSE for further details.

About

Minimal and multifunctional terminal-based text editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Makefile 0.2%