Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.65 KB

README.md

File metadata and controls

57 lines (38 loc) · 2.65 KB

Pilum

License License Build Status Coverage Status

About

Pilum is a simple task manager with a CLI written in Rust.

Pilum serves as a convenient and easy-to-use task management tool, operated via a command line interface. It keeps track of your to-dos with commands for adding, changing and removing tasks.

Installation

For the time being, you must have Rust installed on your machine. To install Rust, it's recommended to follow Rust's installation instructions for your respective operating system.

Afterward, you can install Pilum by running cargo install pilum.

Usage

Pilum's command-line interface is invoked with the following pattern:

pilum

… and then by entering a number corresponding the action to take.

For further information run pilum --help.

Development

After checking out the repo, run cargo check followed by cargo build to install dependencies. Then, runcargo test to run the tests. You can also run cargo run to invoke the task manager and add some arguments and/or options to play around with the commands available.

If you work on new features, you should also add the proper documentation. Please run cargo doc before you create a pull request and especially before you publish. To release a new version, update the version number in Cargo.toml, and then run cargo publish, which will upload the package to crates.io. The project adheres to the semantic versioning standard.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gitkeeper/pilum. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

This package is available as open source and dual-licensed under the terms of Apache 2.0 and MIT. The user or developer choosing to use, distribute, or modify this software can opt to do so under either of these licenses, adhering to the terms and conditions defined by the license they choose.