Open
Conversation
Contributor
|
Translation files need updating
|
Owner
|
Oh, this looks quite interesting. I’d like to see whether it can also be used in a Flatpak environment. I’ll take a closer look later — thanks. |
Author
|
Thanks, I hope it can be, as that's how I consume Planify. In my view it would be the same as the current quick-add which is what inspired me to do this. E.g. flatpak run --command=io.github.alainm23.planify.cli io.github.alainm23.planify add --content "Foo"I'll try get the flapak running to show this. |
Author
|
Here's a small demo video of it working with the flatpak version. 2026-02-08.17-17-47.mp4 |
ea52a61 to
8f98bf6
Compare
This reverts commit d602d96. Fix was also implemented upstream in main.
8f98bf6 to
b9b19a1
Compare
Author
|
Some more things added:
The CLI is still represented in the video shared above |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a CLI interface with an "add" capability, similar to the quick_add CLI command which shows a modal. The CLI interface has no UI modal, taking values as arguments, and inserting them. This could be fairly easy to expand for a "get", "list", "list-projects", "dump", etc but I currently don't have need for that capability.
My initial intention for this was to import tasks from other sources. I.e. I use Obsidian for my notes and make inline tasks, I can easily export all checkbox tasks from the markdown files, and then needed an interface to insert them.
I have copied the copyright statement from other files, assigning copyright to Alain M, but removed the authored by line as I didn't want to force something you didn't do onto you. I did not see any other PRs add themselves as authored by, so left myself out too, happy to change if you'd prefer.
Examples