rclone / rclone/rclone

rclone completion nushell

Open
#6,706 1 comment 1 reaction 0 assignees View on GitHub

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:

image

image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.