TISKBAF
  • 🖥️Linux OS
    • Useful Linux commands
    • To get a list of the dependencies of a package
    • Reset a Forgotten Root Password
    • How to Kill a Port in Linux
    • How to Install/Reinstall Linux GRUB Menu
    • Concatenate mp4 files using FFmpeg
    • Command to stop mirroring screens
    • Command to Run when Trash Won’t Empty
    • Prey Configuration Command (via Terminal)
    • Prey Configuration Command (via Terminal)
  • 🖥️Windows OS
    • Custom Profile Badges
      • badge-maker
      • shields.io - static badges
    • How to kill a task via terminal on Windows
    • Find and terminate a Windows Process by Port
    • The Complete List of Command Prompt (CMD) Commands
    • youtube-dl Usage
    • WSA/Google Play Services Reference Information
    • Windows Update Blocker (Windows Services Blocker)
    • Windows 11 Shell commands with friendly names
    • Wifi not automatically connecting on start-up when Ethernet is connected
    • To install many APK files at once
    • To get Firefox to remember logged in accounts
    • Spicetify Commands
    • Speech Recognition Commands
    • Simpletask [Simple] Documentation
    • Sideload Apps in Windows Subsystem for Android from APK Files
    • SetUserFTA Utility
    • Screensaver not starting even though it is configured correctly
    • Run Keys Registry Location
    • Rainmeter Config Definitions
    • Pushover
    • Program Folder Locations
    • Add an exclusion to Windows Security (or just turn off real-time protection)
    • Reddit RSS Feeds
    • Portainer on Windows
    • PGP: Encrypt & sign emails in a few clicks
    • Permanently Remove OneDrive from Windows
    • IRC NickServ Commands (full list)
    • Convert a P12/PFX Certificate to a .CER
    • How to embed in HTML
    • Misc. Windows Information
    • Issues with missing icons in Windows
    • Information on ‘scoop’ package manager for Windows
    • DISMTools Docs
    • Creating Python Virtual Environment in Windows and Linux
    • Using XnConvert to bulk convert image sizes
    • How to Merge Multiple Text Files using different methods in Windows
    • How to use OLLAMA_ORIGINS in Windows
    • To permanently turn off Windows Security and Windows Defender1
    • Enabling the disabled sounds in Windows
    • Enable classic right-click context menu on Windows 11
    • How to Convert Kindle Books (.awz/.awz3) to Other E-book Formats
    • How to Create Symbolic Links with mklink
    • APIMyLlama Commands
  • 🏬[Graphic] Design
    • Create a Realistic Shadow for Objects in GIMP (video)
    • How to Add Outer Glow Effects in GIMP
    • How to Curve Text In GIMP
    • Rounded corners in GIMP (video)
    • WORD CLOUD TEXT PORTRAIT EFFECT IN PHOTOSHOP (video)
    • BROKEN 3D TEXT EFFECT | PHOTOSHOP (video)
    • Type on a path in Photoshop
    • Nudify Guide (Stable Diffusion)
  • 💻Coding & Developing
    • APIMyLlama V2
      • APIMyLlama Source: Github
    • Insert Back button on a webpage
    • How to have a web page refresh automatically
    • AstroPaper Blog Theme
      • How to configure AstroPaper theme - Blog
      • Adding new posts in AstroPaper theme
    • How to generate Django SECRET_KEY
  • 📒Everything else
    • RSS Feed in your Notion Pages
    • 12 Firefox Hidden Settings You Should Check Out
    • ADB (almost) Full Commands List
    • How to pair your Wear OS smartwatch with a new phone
    • How to reset Cync by GE smart lights
    • IRC Servers & Channels Info
    • Internxt CLI commands and usage
    • Call Forwarding on mobile device
    • Obsidian Templater plugin
    • Exportify Documentation
    • KLLOQUE K10 B Ball Lock User Manual
    • How to delete bloatware from Android device
Powered by GitBook
On this page
  • Simpletask
  • Extensions
  • Commands
  1. Windows OS

Simpletask [Simple] Documentation

PreviousSpeech Recognition CommandsNextSideload Apps in Windows Subsystem for Android from APK Files

Last updated 7 months ago

Simpletask

Simpletask is based on the brilliant todo.txt by Gina Trapani. The goal of the application is to provide a tool to 'Getting Things Done' (GTD) without providing an overwhelming amount of options. Even though Simpletask can be customised by a fairly large amount of settings, the defaults should be sane and require no change.Simpletask can be used as a very simple todo list manager or as a more complex action manager for GTD or Manage Your Now.

Extensions

Simpletask supports the following todo.txt extensions:

  • Due date as due:YYYY-MM-DD

  • Start/threshold date as t:YYYY-MM-DD

  • Recurrence with rec:\+?[0-9]+[dwmyb] as described but with a twist.

    • By default Simpletask will use the date of completion for recurring as described in the link. However if the rec includes a plus (e.g. rec:+2w), the date is determined from the original due or threshold date.

      • rec:1b will recur after 1 weekday (mnemonic business-day).

    • The format is described by a regular expression, so in words the syntax is rec: followed by an optional “+” then “1 or more” numbers and then followed by one of “day (d)”, “week (w)”, “month (m)” or “year (y)”. For example rec:12d sets up a 12 day recurring task.

  • Hidden tasks with the specified tag h:1, this allows dummy tasks with predefined lists and tags so that lists and tags will be available even if the last task with the tag/list is removed from todo.txt. These tasks will not be shown by default. You can temporarily display them from the Settings.

Commands

The different qualifiers available are:

Qualifyer
"Standard"
Description

due:YYYY-MM-DD

Y

Sets a due date for a task

due:+Xd

N

Creates a due date X days in the future

due:+Xw

N

Creates a due date X weeks in the future

due:+Xm

N

Creates a due date X months in the future

due:+Xb

N

Creates a due date X business days in the future

due:+Xy

N

Creates a due date X years in the future

due:+Xp

N

Creates a due date a random number of days between 1-X in the future

t:YYYY-MM-DD

Y

Threshold. Hides a task until the date set

t:+Xd

N

Set a threshold X days in the future

t:+Xw

N

Set a threshold X weeks in the future

t:+Xm

N

Set a threshold X months in the future

t:+Xb

N

Set a threshold X business days in the future

t:+Xy

N

Set a threshold X years in the future

t:+Xp

N

Creates a threshold a random number of days between 1-X in the future

t:+project

N

Threshold. Hide this line until all lines with +project are done

t:@context

N

Threshold. Hide this line until all lines with @context are done

rec:Xd

N

Recurrence. To use together with due:YYYY-MM-dd and/or t:YYYY-MM-dd.

When you close this task, create a copy with due and or threshold set X

days in the future from today (depending on settings). If there is no

due or t, one will be added (depending on settings)

rec:Xw

N

Recurrence. Same as rec:Xd but for weeks

rec:Xm

N

Recurrence. Same as rec:Xd but for months

rec:Xy

N

Recurrence. Same as rec:Xd but for years

rec:Xb

N

Recurrence. Same as rec:Xd but for business days

rec:+Xd

N

Recurrence. To use together with due:YYYY-MM-dd and/or t:YYYY-MM-dd.

When you close this task, create a copy with due and or threshold set X

days in the future from the date in t: and due: (depending on settings)

rec:+Xw

N

Recurrence. Same as rec:+Xd but for weeks

rec:+Xm

N

Recurrence. Same as rec:+Xd but for months

rec:+Xy

N

Recurrence. Same as rec:+Xd but for years

rec:+Xb

N

Recurrence. Same as rec:+Xd but for business days

rec:+Xp

N

Creates a recurrence a random number of days between 1-X in the future

🖥️
here