Implement the FUSE file system and enforce requirement of description when creating tags. #19
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#19
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?
Implement the FUSE filesystem feature.
Add an enforcement of requiring a description when creating a new tag.
Add a way to edit existing tags
As seen in the following:
~/Documents
❯ corten tag 'receipt-24791.202620-Final Project Description.txt' School
Tagged 'receipt-24791.202620-Final Project Description.txt' with: School
Created new tag(s): School
~/Documents
❯ corten tags
Listing tags:
[1] School -
~/Documents
❯ corten mount ~/Corten
Mounting filesystem... (FUSE mount not yet implemented)
~/Documents
❯ 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
~/Documents
❯
Auto-closed: an AI-generated fix has been opened as a PR against the devops branch. Merge it to land the change.