Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Fancy format for viewing tasks #5

Closed
xNaCly opened this issue Oct 5, 2022 · 0 comments
Closed

Fancy format for viewing tasks #5

xNaCly opened this issue Oct 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@xNaCly
Copy link
Owner

xNaCly commented Oct 5, 2022

C:\programming\opusCli>cargo run -- ls 1
    Finished dev [unoptimized + debuginfo] target(s) in 0.04s
     Running `target\debug\opus_cli.exe ls 1`
[
    Task {
        id: Some(
            1,
        ),
        title: "update excel sheet",
        tag: "#work",
        priority: 3,
        due: "2022-10-05",
        finished: false,
    },
]
--
TODO: 1 tasks found matching query: '1'

The current display after running ls is just a pretty formatted data structure dump, this should change. Maybe:

  • table or box view (e.g. like sqlite .mode)
  • text separated by spaces
@xNaCly xNaCly added this to the Roadmap - v0.1.0-alpha milestone Oct 5, 2022
@xNaCly xNaCly added the enhancement New feature or request label Oct 5, 2022
@xNaCly xNaCly changed the title [Visuals] Implement a fancy format for viewing tasks Implement a fancy format for viewing tasks Oct 5, 2022
@xNaCly xNaCly changed the title Implement a fancy format for viewing tasks Fancy format for viewing tasks Oct 5, 2022
xNaCly added a commit that referenced this issue Oct 11, 2022
preview:
[1]: 'update excel sheet' (2022-10-11) #work [,,,]
[2]: 'update excel sheet' (2022-10-11) #work [,,,]
[3]: 'update excel sheet' (2022-10-11) #work [,,,]
[4]: 'test' #uni
[5]: 'test' (2022-10-12) #uni
[6]: 'test252422' #test [,,,,]
--
TODO: 6 tasks found matching query: 'l'
@xNaCly xNaCly closed this as completed Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant