https://github.com/tryone144/greetly
Simple ncurser-like greeter for https://git.sr.ht/~kennylevinsen/greetd heavily inspired by https://github.com/cylgom/ly
https://github.com/tryone144/greetly
greetd rust
Last synced: about 2 months ago
JSON representation
Simple ncurser-like greeter for https://git.sr.ht/~kennylevinsen/greetd heavily inspired by https://github.com/cylgom/ly
- Host: GitHub
- URL: https://github.com/tryone144/greetly
- Owner: tryone144
- License: apache-2.0
- Created: 2020-07-21T16:02:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T16:03:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T10:28:10.210Z (4 months ago)
- Topics: greetd, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
greetly
=======Simple ncurses-like greeter for [greetd](https://git.sr.ht/~kennylevinsen/greetd) heavily inspired by [Ly](https://github.com/cylgom/ly).
*This is just a simple test project as of now. It might kill your cat!*
## Build
Just clone this repo and build with `cargo`:
```sh
$ git clone https://github.com/tryone144/greetly && cd greetly
$ cargo build
```## Usage
**TBD**
---
## License
greetly is licensed under either of
* [Apache License, Version 2.0](./LICENSE-APACHE) (see http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](./LICENSE-MIT) (see http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in greetly by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.