diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-19 08:51:16 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-19 08:51:16 +0100 |
commit | 50be071e42d2660972feae8642498c4a27d256d4 (patch) | |
tree | 7f408dd5d99377fa8e77ba675a427a21d42aecf0 /content | |
parent | 39cb9f55615157886428ccf2ed6e24c793e1d581 (diff) | |
parent | f4902533d746b9f5b2f899a35af5680f1243874a (diff) |
Merge branch 'master' of github.com:yulqen/yulqen.org
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/run_your_life_with_taskwarrior.md | 11 | ||||
-rw-r--r-- | content/stream/2023-04-18.md | 5 |
2 files changed, 11 insertions, 5 deletions
diff --git a/content/blog/run_your_life_with_taskwarrior.md b/content/blog/run_your_life_with_taskwarrior.md index 6d777fb..e4c51f0 100644 --- a/content/blog/run_your_life_with_taskwarrior.md +++ b/content/blog/run_your_life_with_taskwarrior.md @@ -1,7 +1,7 @@ --- title: "Run your life with taskwarrior" -date: 2022-08-31T19:57:42+01:00 -draft: true +date: 2023-04-18T19:57:42+01:00 +draft: false categories: ['Computing'] tags: ['taskwarrior'] --- @@ -38,7 +38,7 @@ This may turn into a short series of posts - I don't know yet. Let's get the hackneyed stuff out of the way. -Taskwarrior is a mature project and the key feature set is already there. The original developers have moved on but there are new maintainers and development work happens, including what looks like a new storage core rewritten in Rust. I'm not clear on the reasons for that. Taskwarrior certainly doesn't lack speed it being written in C++. +Taskwarrior is a mature project and the key feature set is already there. The original developers have moved on but there are new maintainers and development work happens, including what looks like a new storage core rewritten in Rust. I'm not clear on the reasons for that. Taskwarrior certainly doesn't lack speed, it being written in C++. But in terms of the the typical user profile, you're probably a Linux programmer, sysadmin or free software or plaintext bore; you know how to install taskwarrior and that `task` is a command line application accessed via the blinking prompt in your terminal, *like all the best stuff in your nerdy computing life*. @@ -74,7 +74,6 @@ The basic commands, even in their unaliased, native form, are ingrained in my fi After every taskwarrior transaction I instinctively type `task sync` and hit return and do it so quickly that I barely see the confirmatory messages. Of course, I have aliased these commands to make them even quicker but I don't overdo this because I often don't need to. -DISCUSS SHELL ALIASING AND CREATING YOUR OWN REPORTS LATER. ### Functionality @@ -84,7 +83,7 @@ Taskwarrior has other things that are rarely seen in the other cloud-based appli ### Configurability -There is lots to say here - taskwarrior if incredibly configurable in itself. +There is lots to say here - taskwarrior is incredibly configurable in itself. Run `man taskrc` to learn about everything you can do with your configuration file. I like to set up my own reports for various things, tweaking urgency coefficients, colours and sorting. @@ -94,3 +93,5 @@ Now we open out into taskwarrior's interoperability with tools, and the landscap The first thing to look at is taskwarrior's hooks system - basically you can write a hook in whatever language you like to trigger on a particular action, such as adding, updating or removing a task. I used this to interact with `remind` - more below. The sky is the limit here - you can trigger a whole train of events if you want to. + +TO BE CONTINUED. diff --git a/content/stream/2023-04-18.md b/content/stream/2023-04-18.md index 10150ab..5d1c18a 100644 --- a/content/stream/2023-04-18.md +++ b/content/stream/2023-04-18.md @@ -2,6 +2,11 @@ title: "2023 04 18" date: 2023-04-18T15:02:44+01:00 draft: false +tags: ['emacs'] --- I tried Github Pages with Jekyll and it didn't go well. Couldn't see the theme when it went live. Jekyll seems like last decade. Hugo ain't no walk in the park either. What the fuck is the situation with static site generators, is this the best it can be? + +--- + +Fuck Emacs. (😆) |