diff options
| author | Fuwn <[email protected]> | 2022-07-16 10:47:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-16 10:47:07 +0000 |
| commit | f63f2b749aa0ff4efdc367b514aba08c23dd7c89 (patch) | |
| tree | e7d692aeff08cabc8d6d321aa05c4f0c25d7ca45 /README.md | |
| download | sydney-f63f2b749aa0ff4efdc367b514aba08c23dd7c89.tar.xz sydney-f63f2b749aa0ff4efdc367b514aba08c23dd7c89.zip | |
feat: initial release
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a20618 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Sydney + +[](https://crates.io/crates/sydney) +[](https://github.com/gemrest/sydney/actions/workflows/rust.yaml) + +Sydney is a Vim-like, command-line Gemini client. + +Sydney has a beautiful, intuitive, and powerful command-line interface; +including: + +- Vim-like keybindings +- Vim-like commands +- Intuitive link handling +- Understandable errors +- Customizable UI + +## Usage + +### Installation + +```shell +cargo install sydney --force +``` + +### Help + +```shell +usage: syndey [option, capsule_uri] +Options: + --version, -v show version text + --help, -h show help text + +Sample invocations: + syndey gemini://gem.rest/ + syndey --help + +Report bugs to https://github.com/gemrest/sydney/issues + +``` + +## License + +This project is licensed with the [GNU General Public License v3.0](https://github.com/gemrest/sydney/blob/main/LICENSE). |