16 unstable releases (3 breaking)
0.4.5 | Mar 23, 2024 |
---|---|
0.4.4 | Mar 9, 2024 |
0.4.1 | Feb 29, 2024 |
0.3.0 | Feb 28, 2024 |
0.1.3 | Feb 16, 2024 |
#2929 in Command line utilities
Used in pace-rs
270KB
5K
SLoC
pace-cli - library to support timetracking on the command line
About
pace-cli
is a library to support timetracking on the command line. It is the
library to support special cli use cases for the pace
timetracking
application.
⚠️ Note: pace-cli
is currently in active development and is not yet ready
for production use. Expect breaking changes and incomplete features. We
encourage you to try it out and provide feedback, but please be aware that it is
not yet stable.
Contact
You can ask questions in the Discussions or have a look at the FAQ.
Contact | Where? |
---|---|
Issue Tracker | GitHub Issues |
Discord | |
Discussions | GitHub Discussions |
Examples
TODO!
Contributing
Found a bug? Open an issue!
Got an idea for an improvement? Don't keep it to yourself!
- Contribute fixes or new features via a pull requests!
Please make sure, that you read the contribution guide.
Code of Conduct
Please review and abide by the general Rust Community Code of Conduct when contributing to this project. In the future, we might create our own Code of Conduct and supplement it at this location.
Minimum Rust version policy
This crate's minimum supported rustc
version is 1.74.1
.
The current policy is that the minimum Rust version required to use this crate
can be increased in minor version updates. For example, if crate 1.0
requires
Rust 1.20.0, then crate 1.0.z
for all values of z
will also require Rust
1.20.0 or newer. However, crate 1.y
for y > 0
may require a newer minimum
version of Rust.
In general, this crate will be conservative with respect to the minimum supported version of Rust.
License
AGPL-3.0-or-later; see LICENSE.
Dependencies
~18–29MB
~438K SLoC