Skip to content

Hammare (hammer in swedish) is a simple text editor built with Rust

Notifications You must be signed in to change notification settings

beowolx/hammare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hammare 🔨⚡️ - a blazing fast text editor written in Rust

Hammare (hammer in swedish) is a simple text editor inspired by vim. It lets you perform simple text edition operations directly in the terminal.

screen-gif

How to install it

You are going to need to install Rust and Cargo in your computer.

You can use rustup to install the toolchain.

How to use it

Clone this project and go to the directory:

git clone https://github.com/LuisCardosoOliveira/hammare.git
cd hammare

Then, you can build it and run it using cargo:

cargo build --release
cargo run

It should prompt you with an empty file that you can edit and save.

To edit an existing file, you need to pass the file name as an argument, for example:

cargo run file.rs

Supported commands

For the moment, hammare only supports a few commands, but I'm working everyday to improve it:

  • Ctrl + S -> Save your changes/file
  • Ctrl + T -> Exit the editor

About

Hammare (hammer in swedish) is a simple text editor built with Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages