A Few Changes requested #24

Closed
opened 2026-06-28 22:45:35 +00:00 by akinus · 1 comment
Owner

I request the following changes:

  1. 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"

  2. make all tags and tag references lowercase, so there is no confusion between things like School and school.

  3. FUSE should be enabled by default. I should have to add a --features flag to enable it.

  4. 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

I request the following changes: 1. 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" 2. make all tags and tag references lowercase, so there is no confusion between things like School and school. 3. FUSE should be enabled by default. I should have to add a --features flag to enable it. 4. 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 <command> 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 <file> <tags> new-tag Create a new tag with description Usage: corten new-tag <name> <description> edit-tag Edit an existing tag's name and/or description Usage: corten edit-tag <id> [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.

Auto-closed: an AI-generated fix has been opened as a PR against the devops branch. Merge it to land the change.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
akinus/corten#24
No description provided.