rclone completion nushell
Open
Nobody has claimed this yet.
enhancement
waiting for upstream...
- Dominant language
- Go
- Stars
- 59.8k
- Forks
- 5.4k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 48
Description
Hi developers!
I want to use rclone completion in nushell.
like this:


I tried to write a short piece of code to implement the content in screenshots.
export extern "rclone lsf" [
--absolute # Put a leading / in front of path names
--csv # Output in CSV format
--dir-slash(-d) # Append a slash to directory names (default true)
--dirs-only # Only list directories
--files-only # Only list files
--format(-F): string # Output format - see help for details (default "p")
--hash h # Use this hash when h is used in the format MD5|SHA-1|DropboxHash (default "md5")
--help(-h) # help for lsf
--recursive(-R) # Recurse into the listing
--separator(-s): string # Separator for the items in the format (default ";")
]
But I'm not familiar with Nushell codes.
I hope someone can complete this rclone completion nushell
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files or tests; start by locating rclone’s existing shell-completion entry points and reviewing the Nushell examples included in the report. Done means rclone completion nushell produces usable Nushell completion output for rclone commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100