Skip to content

Enhancement to ticket create command#55

Open
larsks wants to merge 2 commits intowedow:masterfrom
larsks:feature/better-create
Open

Enhancement to ticket create command#55
larsks wants to merge 2 commits intowedow:masterfrom
larsks:feature/better-create

Conversation

@larsks
Copy link

@larsks larsks commented Mar 18, 2026

This PR makes two changes to ticket create:

  • Allow reading description from stdin by specifying --description - (or -d -)
  • Allow opening ticket in an editor immediately by specifying --edit (or -e)

This includes updates to README.md.

larsks added 2 commits March 18, 2026 09:04
If the argument to --description is "-", read the description
from stdin.
The --edit option will open the new ticket in your editor. The code looks
first at $VISUAL, then at $EDITOR, and then defaults to `vi`.

Closes: wedow#23
@larsks larsks force-pushed the feature/better-create branch from 9691841 to 1178674 Compare March 18, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant