Skip to content

faraazahmad/loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loop (a text editor)

A (simple) text editor than runs in your terminal, built in Rust. This was made using the super awesome tutorial written by @pflenker on his website here.

asciicast

(Click play to see basic usage)

Current features

  • Open file
  • Edit file
  • Save file to disk
  • Search for words in file (forwards and backwards)
  • Warn when quitting editor without saving file.

Planned features

  • Syntax highlighting (WIP)
  • Tab support
  • User defined config file
  • Open folder
  • Directory tree

Building from source

You need to have Rust installed on your system. You can do so from the official link.

To build it, run

$ cargo build

or run it directly using

$ cargo run <path/to/file>

where <path/to/file> is the path to the file you want to edit. You can leave it blank if you want to create and edit a new file (filename will be asked on save).

About

A text editor built in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published