Michael DiStefano
Michael DiStefano
FreeBSD does not have `SIGRTMIN` or `SIGRTMAX` support. Suggestion is to use `SIGUSR{1,2}`. While this is more limited than the current solution of using `SIRRTMIN+n` as it does not support...
I use [pipx](https://pipxproject.github.io/pipx/) to manage Python executables on my system and would like to use it to install Sclack. I tried running the following command in Pipx: `pipx install --include-deps...
Google Calendar has a special feature that allows you to mark events as "Out of Office". These events do not allow one to include a description, however, which means that...
It frequently occurs that I find myself with a project that has grown unexpectedly unweildy. These projects start small but organically grow to contain subtrees that should be their own...
Certain entries, meeting notes for example, require a bit more note-taking than smos is currently set up to do. Rather than adding more robust text editing functionality to smos it...
Most of my smos files are quite small. However, my "someday/maybe" file has many lines. I use `grep` within another terminal window to find things, which reports with a line...
Frequently when using `smos-query` I want to filter for all entries that are "available", which simply means anything that is not CANCELLED, DONE, or FAILED. This suggestion is to add...
When entering a project it is often difficult to get one's bearings, particularly if that project contains many items and especially when some of those items are nested. Personally, I...
Just a boolean indication whether a given task contains a note or not would be nice to have as a column option for custom reports.
The new `smos-notify` tool ignores events that have the special string `NO_SMOS_NOTIFY`. It would be great if the work report also ignores these tasks. This is useful for "focused work"...