@@ -17,6 +17,26 @@ You can **fuzzy find your text** instead of selecting it by hand:
17
17
Use it for paths, URLs, options from a man page, git hashes, docker container names, ...
18
18
19
19
20
+ - [ Requirements] ( #requirements )
21
+ - [ Installation] ( #installation )
22
+ - [ Using Tmux Plugin Manager] ( #using-tmux-plugin-manager )
23
+ - [ Manual Method] ( #manual-method )
24
+ - [ Wiki] ( #wiki )
25
+ - [ Options] ( #options )
26
+ - [ Common Options] ( #common-options )
27
+ - [ Keys] ( #keys )
28
+ - [ Advanced Options] ( #advanced-options )
29
+ - [ Using skim instead of fzf] ( #using-skim-instead-of-fzf )
30
+ - [ Examples] ( #examples )
31
+ - [ Custom Tmux Keybindings] ( #custom-tmux-keybindings )
32
+ - [ Custom Filters] ( #custom-filters )
33
+ - [ ] ( # )
34
+ - [ CLI tool] ( #cli-tool )
35
+ - [ Installation] ( #installation )
36
+ - [ Usage] ( #usage )
37
+ - [ Contributions] ( #contributions )
38
+
39
+
20
40
## Requirements
21
41
22
42
<a href =" https://github.com/laktak/tome " ><img src =" https://github.com/laktak/tome/wiki/assets/clippy_tome.gif " align =" right " alt =" clippy " width =" 265 " height =" 349 " ></a >
@@ -25,6 +45,7 @@ Use it for paths, URLs, options from a man page, git hashes, docker container na
25
45
- [ fzf] ( https://github.com/junegunn/fzf ) or [ skim] ( https://github.com/skim-rs/skim ) (see below)
26
46
- Python 3.6+
27
47
- a posix shell like Bash
48
+ - optionally [ Tmux Plugin Manager] ( https://github.com/tmux-plugins/tpm )
28
49
29
50
Supported clipboards:
30
51
@@ -36,7 +57,7 @@ Supported clipboards:
36
57
37
58
## Installation
38
59
39
- ### Using [ Tmux Plugin Manager] ( https://github.com/tmux-plugins/tpm )
60
+ ### Using Tmux Plugin Manager
40
61
41
62
Add the plugin to the list of TPM plugins in ` .tmux.conf ` :
42
63
@@ -171,11 +192,11 @@ See [extrakto.conf](extrakto.conf) for syntax and predefined filters.
171
192
172
193
---
173
194
174
- # CLI
195
+ ## CLI tool
175
196
176
197
You can also use extrakto as a standalone tool to extract tokens from text.
177
198
178
- ## Installation
199
+ ### Installation
179
200
180
201
For now simply clone the repository and link to the tool somewhere in your path:
181
202
@@ -188,7 +209,7 @@ ln -s $PWD/extrakto.py ~/.local/bin/extrakto
188
209
189
210
Requires Python 3.6+.
190
211
191
- ## CLI Usage
212
+ ### Usage
192
213
193
214
```
194
215
usage: extrakto.py [-h] [--name] [-w] [-l] [--all] [-a ADD] [-p] [-u] [--alt] [-r] [-m MIN_LENGTH] [--warn-empty]
@@ -211,10 +232,11 @@ optional arguments:
211
232
--warn-empty warn if result is empty
212
233
```
213
234
214
- # Contributions
235
+ ## Contributions
215
236
216
237
Thanks go to all contributors for their ideas and PRs!
217
238
218
239
** If you make a PR, please keep it small so that it's easier to test and review. Try to create one PR per feature/bug.**
219
240
220
241
Please run ` black ` if you change any python code and run ` shfmt -p ` if you change any shell files.
242
+
0 commit comments