#command-line #time-tracking #productivity #active #applications #pace #cli

pace_core

pace-core - library to support timetracking on the command line

26 releases (breaking)

0.19.0 Mar 24, 2024
0.17.0 Mar 23, 2024

#1101 in Command line utilities

Download history 161/week @ 2024-02-08 601/week @ 2024-02-15 587/week @ 2024-02-22 789/week @ 2024-02-29 781/week @ 2024-03-07 184/week @ 2024-03-14 382/week @ 2024-03-21 127/week @ 2024-03-28

1,479 downloads per month
Used in 3 crates

AGPL-3.0-or-later

330KB
6.5K SLoC

pace-core - library to support timetracking on the command line

About

pace-core is a library to support timetracking on the command line. It is the core library for the pace timetracking application.

⚠️ Note: pace-core 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 Discord
Discussions GitHub Discussions

Crate features

This crate exposes a few features for controlling dependency usage:

  • clap - Enables a dependency on the clap crate and enables parsing from the commandline. This feature is enabled by default.

  • cli - Enables support for CLI features by enabling merge and clap features. This feature is enabled by default.

  • sqlite - Enables a dependency on the rusqlite crate and enables persistence to a SQLite database. This feature is disabled by default as it's not yet implemented.

Examples

TODO!

Contributing

Found a bug? Open an issue!

Got an idea for an improvement? Don't keep it to yourself!

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

~16–37MB
~577K SLoC