Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rv178/bday
CLI tool for tracking birthdays
https://github.com/rv178/bday
Last synced: 10 days ago
JSON representation
CLI tool for tracking birthdays
- Host: GitHub
- URL: https://github.com/rv178/bday
- Owner: rv178
- License: mit
- Created: 2022-08-17T14:59:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T17:32:02.000Z (5 months ago)
- Last Synced: 2024-10-13T06:05:55.052Z (24 days ago)
- Language: Rust
- Homepage:
- Size: 425 KB
- Stars: 48
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bday
Birthday tracker.
![Alt](./assets/ss.png)
### Compiling
#### Arch Linux
Bday is available in the AUR ([bday-git](https://aur.archlinux.org/packages/bday-git)).
You can compile it using `cargo` or install [baker](https://github.com/rv178/baker) and compile it like this:
```
bake setup
bake
```A binary will be copied to `./bin/bday`
### Usage
#### List everyone's birthdays
```
bday list
```or
```
bday ls
```#### Add a person
- Birthday should be in `day-month-year` format. eg: `17-08-2006`
```
bday add [name] [birthday]
```#### Remove a person
```
bday rm [id]
```