Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannobraun/my-boss
Software that tells me what to do and when to do it.
https://github.com/hannobraun/my-boss
Last synced: 22 days ago
JSON representation
Software that tells me what to do and when to do it.
- Host: GitHub
- URL: https://github.com/hannobraun/my-boss
- Owner: hannobraun
- License: other
- Created: 2021-02-13T12:19:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T11:00:53.000Z (about 1 year ago)
- Last Synced: 2024-10-16T02:45:56.667Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 341 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My Boss
## About
This is software that tells me what to do and when to do it. It's My Boss. Some might call it an ERP system, but there's nothing "enterprise" about it.
My Boss is a command-line application that stores its data in local files. It's designed to be used together with Git or another version control system, to assure proper management of its data.
## Status
Contact management (primitive CRM functionality) has been implemented. As of this writing, no other features are available.
## Usage
Run the following from the repository root, to install My Boss:
```
cargo install --path .
```After that run `mb --help` (also works for subcommand, like `mb contacts --help`) to figure out how to use My Boss.
## License
This project is open source software, licensed under the terms of the [Zero Clause BSD License] (0BSD, for short). This basically means you can do anything with the software, without any restrictions, but you can't hold the authors liable for problems.
See [LICENSE.md] for full details.
[Zero Clause BSD License]: https://opensource.org/licenses/0BSD
[LICENSE.md]: https://github.com/hannobraun/my-boss/blob/main/LICENSE.md