Code Monkey home page Code Monkey logo

Comments (1)

WhyNotHugo avatar WhyNotHugo commented on June 12, 2024

Usually todos are tasks that are planned in future, with alarms, and todoman's filtering tends to "hide" competed tasks by default.

todo flush deletes all completed tasks. That might be a pretty dangerous command if using todoman to record history. Keep frequent backups.

I checked the spec for icalendar, and https://www.rfc-editor.org/rfc/rfc5545#section-3.8.2.5 mentions:

Description: In a "VEVENT" calendar component the property may be
used to specify a duration of the event, instead of an explicit
end DATE-TIME. In a "VTODO" calendar component the property may
be used to specify a duration for the to-do, instead of an
explicit due DATE-TIME. In a "VALARM" calendar component the
property may be used to specify the delay period prior to
repeating an alarm. When the "DURATION" property relates to a
"DTSTART" property that is specified as a DATE value, then the
"DURATION" property MUST be specified as a "dur-day" or "dur-week"
value.

So I guess you can use the duration field for time-tracking purposes. The UI currently doesn't expose it, but adding it should be straightforward (just another input field). I don't think that any field currently parses a duration right now.

todos do have a completion percent, so with the right. But I don't think that we have very convenient filtering via cli args.

from todoman.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.