Skip to content

ability to normalize items #61

Description

@v0lkan

let us say I do a search

jfdi -f @schedule

   ### "@schedule" for Today ###

   9 @schedule Tuesday  Apr 15th Druzin. at 1:15pm.
  10 @schedule Friday go to IRS.
  11 @schedule 18th April: Fischer at 9am in the morning.
  46 @schedule 17h April: Meet John Doe at 10:45am.
  47 @schedule 7th Apri: DMV MO at 3pm.

I should be able to call something like

jfdi --normalize @schedule --move-to top;

and then:

jfdi -f @schedule;

which will create the following list

  0 @schedule Tuesday  Apr 15th Druzin. at 1:15pm.
  1 @schedule Friday go to IRS.
  2 @schedule 18th April: Fischer at 9am in the morning.
  3 @schedule 17h April: Meet John Doe at 10:45am.
  4 @schedule 7th Apri: DMV MO at 3pm.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions