Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/people
https://github.com/dtgoitia/people
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtgoitia/people
- Owner: dtgoitia
- Created: 2023-10-24T08:51:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-10T08:24:36.000Z (6 months ago)
- Last Synced: 2024-10-28T13:54:49.271Z (2 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
Add a config file:
```yaml
# ~/.config/people/config.yaml
people_dir: ~/people # directory where the people logs are stored
ignore: # people to ignore from the log
- JohnDoe
- JaneDoe
```Build and install CLI:
```shell
make install_cli_in_system
```## Development
```shell
make set_up_repo_for_development
```## Roadmap
- [x] Support config file
- [x] Write logic to parse log file
- [x] Add binary to show people summary
- [x] Add binary to group interactions by person