Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A wicked fast command-line text editor written in pure C.

License

Notifications You must be signed in to change notification settings

matthewgallant/zash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

Zash

A wicked fast command-line text editor written in pure C.

Screenshot

Dependencies

macOS

brew install cmake ncurses

Ubuntu/Debian Linux

sudo apt install cmake ncurses

Fedora/Red Hat Linux

sudo dnf install cmake ncurses

Installing

mkdir build
cd build
cmake ..
make install

Running

zash /path/to/my/file.txt

To Do

  • Handle character deletions correctly
  • Handle character insertions correctly
  • Add status area
  • Make main loop more efficient
  • Scroll lines if window length exceeded
  • Scroll columns if window width exceeded

About

A wicked fast command-line text editor written in pure C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /