Hrtor HEAD Manual
by @haruki7049
Welcome to Hrtor HEAD!!
Hrtor is a text-editor which has a concepts, such as "A scalable line editor".
Repository
See github.com/haruki7049/hrtor
Concepts
- Hrtor is a text-editor of the you, by the you, for the you.
- Do all things about Hrtor text-editor.
- All things in Hrtor text-editor MUST be extensible.
How to install Hrtor HEAD
Hrtor HEAD can be used by:
- with Nix package manager
- with Rust-lang's Cargo
Just use Nix package manager such as:
nix run github:haruki7049/hrtor#hrtor
# OR
nix run github:haruki7049/hrtor#hrtor -- your_file.txt
Or run with Cargo as:
cargo install --git https://github.com/haruki7049/hrtor
Hrtor HEAD Usage
Default Hrtor has five commands.
add
Adds your text. This command uses stdin. Use dot keyword to exit add command.
hrtor:> add
foofoo
bar
.
hrtor:>
delete_all
Deletes your context in buffer.
exit
Quit Hrtor.
print
Displays all your context in buffer.
write
Save your context in buffer to your file.
How to modify Hrtor
- Clone or generate Hrtor repository for your Hrtor.
- Edit!!
- Install with:
cargo install --git https://github.com/{username}/{reponame}
- Or Use with Nix:
nix run github:{username}/{reponame}#hrtor
File structure of Hrtor HEAD
/cli
/constants
/file_loader
/manual
/processor