brakoll 0.1.5

Simple issue tracker for coding projects
brakoll-0.1.5 is not a library.

📌 Information

Having a good method of tracking what's finished and what needs to be done is crucial once a project grows large enough. Of course, for team-driven development having a full-featured issue tracker such as GitHub or similar is preferable, but for solo-developers GitHub can feel like a quite over-engineered solution to a simple problem.

(The name "Brakoll" is derived from the swedish word "koll", which is the act of surveying or scanning something.)


📦 Install

cargo install brakoll

💻 Usage

[!IMPORTANT]
WeatherAPI
Brakoll queries WeatherAPI to fetch its weather data. To use this application, you must supply your own API key. Details on how to generate a key can be found on WeatherAPIs developer page. Add your key to a new file in your home ($HOME) directory named ".brakoll": ~/.brakoll

Subcommands
help : print help

Flags
-l <str> : choose city location (default: Stockholm. Cities with spaces must be enclosed with double quotes; refer to the example down below!)
-t : view result directly in stdout instead of a TUI
-f <int> : set number of days to forecast (max: 10. default: 5. If a number is missing the default is used, if a number is larger than max the max value will be used.)

Example usage:
brakoll -l "rio de janeiro" -f 8

Controls
[Esc] : quit
[Ctrl-C] : quit

📜 License

This project is licensed under the MIT License.


🛠 Dependencies