Please note that "cargo install" is intended for installing Cargo subcommands and Rust-related tools for developers, not for distributing general software to end-users. <a href="https://github.com/rust-lang/rfcs/pull/1200#issuecomment-120662273" rel="nofollow">https://github.com/rust-lang/rfcs/pull/1200#issuecomment-120...</a>
I just have to say how much I appreciate the design of this. You killed it. It reminds me of Ronin [0] or something you’d see on /r/unixporn [1].<p>Also, really cool that this is written in Rust!<p>[0]: <a href="https://100r.co/site/ronin.html" rel="nofollow">https://100r.co/site/ronin.html</a><p>[1]: <a href="https://www.reddit.com/r/unixporn/comments/dekj2i/oc_a_spotify_terminal_user_interface_written_in/" rel="nofollow">https://www.reddit.com/r/unixporn/comments/dekj2i/oc_a_spoti...</a>
Where is this data stored? The Wiki completely glosses over this subject, and I cannot tell from the code where it might save anything to (to be fair, I have never written in rust).
I tried various digital habit tracking tools, including mobile, web, and terminal based, and the only one that has worked for me is graph paper. It's fast and in my face next to my desk and I never forget to use it and see it all the time.
Can it track my time spent running vim in various folders? That would be useful for me since in some solo projects I don't really commit changes often.
If you are interested in a Web or Mobile (PWA) version: <a href="https://github.com/kissgyorgy/every-day-calendar" rel="nofollow">https://github.com/kissgyorgy/every-day-calendar</a>
Funnily enough “un dijo” is short for “digestif” in french.<p><a href="https://en.m.wikipedia.org/wiki/Apéritif_and_digestif" rel="nofollow">https://en.m.wikipedia.org/wiki/Apéritif_and_digestif</a>
Wow, I tried to solve a similar problem in a similar way (command line based progress tracker) with a small personal project called Trackstar: <a href="https://github.com/dorkrawk/trackstar" rel="nofollow">https://github.com/dorkrawk/trackstar</a> but this is SO much nicer!
for those looking for another open source task tracker, taskwarrior[1] is a good cli option. You can use VIT[2], curses-based front-end to taskwarrior. I don't use VIT, but taskwarrior integrates nicely with vimwiki using taskwiki[3].<p>[1] <a href="https://taskwarrior.org/" rel="nofollow">https://taskwarrior.org/</a>
[2] <a href="https://github.com/scottkosty/vit" rel="nofollow">https://github.com/scottkosty/vit</a>
[3] <a href="https://github.com/tools-life/taskwiki" rel="nofollow">https://github.com/tools-life/taskwiki</a>
The rust community's insistence on ending every sentence "written in rust" is only slightly more annoying than the python community's "for humans" fetish.