smos
smos copied to clipboard
A comprehensive self-management System
This adds a Nix flake for Smos. Try it out: `nix run github:vapourismo/smos/feature/flake#smos` The above requires experimental features to be enabled: `nix-command flakes` Packages that depend on `smos-stripe-client` weren't added....
Currently, it is only possible to import org mode files to smos. Can we also have smos exported to org mode files?
I managed to install smos on a Debian 11 VPS with 2GB RAM via Stack, but I felt that it required non-trivial steps: Using the system Stack would not give...
I am looking into how to model repetition and recurrence with smos. I am aware that I can use smos-scheduler + templates to automatically generate new tasks, but what is...
This would be the easiest way to try out smos, without having to install anything. E.g. I often use Taskwarrior like this: ```sh docker run --rm -it \ -v $HOME/.taskrc:/root/.taskrc...
Hello! I think it would be great to start transitioning into supporting Flakes. Sadly I don't know much about the Haskell Infrastructure in Nix and how feasible that is, especially...
Right now, when writing a very long description of an entry there is no line-wrapping behaviour. This generates that very long lines simply disappear from view.
This is a feature request for a new command line flag for the `smos` executable. Idea is to allow specifying what command(s) to run on launching the smos TUI, so...
Steps to reproduce: - Setup a workflow directory with at least a `projects` directory - Create a new smos file in the *root directory* (`~/workflow/new-project.smos`) - open the smos tui...