Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futsuuu/termsky
https://github.com/futsuuu/termsky
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/futsuuu/termsky
- Owner: futsuuu
- License: mit
- Created: 2024-03-11T21:36:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T08:20:25.000Z (5 months ago)
- Last Synced: 2024-07-25T09:08:16.044Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termsky
A Terminal-UI client for Bluesky
## Development
Requirements:
- [Rust](https://www.rust-lang.org/tools/install/)
### Building from source
```bash
cargo build --release
./target/release/termsky
```## License
This repository is licensed under the [MIT license](./LICENSE).