Rory Byrne

Results 48 issues of Rory Byrne

I would like to query Pomotroid for information about the current status, time left, etc.. Is this possible? E.g. something like `$ pomotroid --status` from the terminal.

Hi, I'm interesting in building an intermediary representation of a LaTeX document for another project, and would like to be able to use this library! However, I don't want to...

What does this PR do? ===================== Broadly, this PR introduces IDs/labels for plans, so that they can be referenced easily (e.g. `git-plan commit --id GP-123`) Some highlights: * changes the...

Current Situation ================= Plans are stored as JSON files in `.plan/plans/` Enhancement =========== Run an SQLite database in `.plan/` which stores plans Reasoning ========= We can benefit from SQL and...

enhancement

Using a keyboard interrupt during a plan-selection (e.g. via `git-plan edit`) results in an ugly stack trace

The main goal of this revision is to somehow identify plans in an easy-to-remember way. If plans have a memorable ID, then a lot of useful functionality can be built....

discussion

Details coming soon

enhancement

It would be nice if git-plan could automatically associate each hunk with an existing plan, so that coders don't need to stage their changes into commits manually.

enhancement

Similar to Linear

enhancement

The plan is deleted after the initial Commit abandoned., so when you Unstaged changes after reset: M git_plan/__cli__.py M git_plan/cli/commands/edit.py M git_plan/cli/commands/init.py M git_plan/conf.py M git_plan/exceptions.py M git_plan/model/commit.py M git_plan/model/project.py...

bug