Fix bug that causes the selector to loose the front slash character
Bump master version to 0.1.1
Fix #2 - lines that are too wide are cut off
Roam is a Gopher browser. This project is still work in progress - displaying gopherholes and text files is just about the only thing that works.
Roam is written in Rust. In order to build it, you need a functional Rust toolchain.
$ git clone https://github.com/exit-b/roam.git
$ cd roam/
$ cargo build --release
$ target/release/roam --help
To run roam, just pass a gopher destination as an argument:
$ roam floodgap.com
Key | Function |
---|---|
Up arrow | Move selection up |
Down arrow | Move selection down |
Left arrow | Go to the previous document |
Right arrow | Go to the selected document |
q |
Exit the application |
Roam is licensed under ISC.