https://github.com/gemrest/sydney
Vim-like, Command-line Gemini Client
https://github.com/gemrest/sydney
client gemini gemrest germ
Last synced: about 1 year ago
JSON representation
Vim-like, Command-line Gemini Client
- Host: GitHub
- URL: https://github.com/gemrest/sydney
- Owner: gemrest
- License: gpl-3.0
- Created: 2022-07-16T10:52:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T23:57:13.000Z (about 1 year ago)
- Last Synced: 2025-04-15T05:27:57.358Z (about 1 year ago)
- Topics: client, gemini, gemrest, germ
- Language: Rust
- Homepage: https://crates.io/crates/sydney
- Size: 112 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sydney
[](https://crates.io/crates/sydney)
[](https://github.com/gemrest/sydney/actions/workflows/rust.yaml)
Sydney is a Vim-like, command-line Gemini client.
[](https://i.imgur.com/l2gw8wp.mp4)
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://fuwn.me/
syndey fuwn.me
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).