A Few Changes requested #24
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#24
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?
I request the following changes:
when using edit-tag, instead of using tag id, I want to use tag name. ie: corten edit-tag school "This is the school description"
make all tags and tag references lowercase, so there is no confusion between things like School and school.
FUSE should be enabled by default. I should have to add a --features flag to enable it.
Implement AI Suggestions
Terminal Output for context:
~/Downloads
❯ corten tag V1_Magicgrid-book-of-knowledge-ebook\ V1.pdf school
Tagged 'V1_Magicgrid-book-of-knowledge-ebook V1.pdf' with: school
~/Downloads
❯ corten mount ~/Corten
FUSE support not enabled. Rebuild with --features fuse to enable mount/unmount.
~/Downloads
❯ corten --help
corten 0.0.1
Usage: corten
Commands:
help Show this help message
init Initialize the corten database
tags List all tags
mount Mount the tagged filesystem
unmount Unmount the tagged filesystem
daemon Start the daemon (filewatcher, AI recommendations)
suggest Prompt corten for label suggestions
Usage: corten suggest [path]
tag Tag a file with given tags
Usage: corten tag
new-tag Create a new tag with description
Usage: corten new-tag
edit-tag Edit an existing tag's name and/or description
Usage: corten edit-tag [name] [description]
~/Downloads
❯ corten suggest .
Suggesting tags for: .
(AI suggestions not yet implemented)
Would scan all files in directory and suggest tags for each.
~/Downloads
❯ corten daemon
Starting daemon... (filewatcher and AI recommendations not yet implemented)
Daemon running. Press Ctrl+C to stop.
^C
~/Downloads
❯
Auto-closed: an AI-generated fix has been opened as a PR against the devops branch. Merge it to land the change.