Skip to content

Commit c3926b1

Browse files
committed
Add README.md
1 parent e566c62 commit c3926b1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# `md-to-clip` completions
2+
3+
Custom completions for the [`md-to-clip` command line tool](https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip).
4+
5+
## Usage
6+
7+
Simply import the extern definitions with
8+
9+
```nushell
10+
source path/to/md-to-clip-completions.nu
11+
```
12+
13+
Afterwards, when you enter `md-to-clip -` and then press tab, the available flags will be displayed:
14+
15+
```nushell
16+
nu ❯ | md-to-clip -
17+
--author Display author
18+
--email Display author email
19+
--help Display help
20+
--no-file-save Whether to display conversion result in stdout instead of writing it to a file
21+
--output-directory Directory where conversion result will be written
22+
--special-placeholder-config Config with special placeholders
23+
--version Display version
24+
-a Display author
25+
-e Display author email
26+
-h Display help
27+
-v Display version
28+
```

0 commit comments

Comments
 (0)