Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to normalize items #61

Open
v0lkan opened this issue Apr 5, 2014 · 1 comment
Open

ability to normalize items #61

v0lkan opened this issue Apr 5, 2014 · 1 comment
Assignees
Milestone

Comments

@v0lkan
Copy link
Member

v0lkan commented Apr 5, 2014

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.
@v0lkan v0lkan added this to the version 2.0 milestone Apr 5, 2014
@v0lkan v0lkan self-assigned this Apr 5, 2014
@v0lkan
Copy link
Member Author

v0lkan commented Apr 5, 2014

another idea is to group all those "clustered" tasks and put them into a file, with a line to reference them.

@v0lkan v0lkan added v3 and removed v2 labels May 2, 2014
@v0lkan v0lkan modified the milestones: version 3.0, version 2.0 May 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant