Some commands missing from original plan #16
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
akinus/corten#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some commands are missing. Current commands listed:
❯ corten --help
corten 0.0.1
Usage: corten
Commands:
help Show this help message
tags List all tags
mount Mount the tagged filesystem
~
❯ corten tags
Listing tags...
~
❯
Missing Commands:
init: Initializes the corten database (if not already there)
unmount: unmounts the tagged filesystem
daemon: starts the daemon (filewatcher, AI recommendations)
suggest <path (file or folder): optional>: prompts corten to provide label suggestions for the file, or for all files in the given folder.
tag : tags a file with the given tag. If tag does not exist, prompts user for description, and creates the tag.
new-tag : creates a new tag with description
Auto-closed: an AI-generated fix has been opened as a PR against the devops branch. Merge it to land the change.