Commit graph

29 commits

Author SHA1 Message Date
Christina Sørensen 07da3fbe8c
feat(git): zsh add git-status-.* completions
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 16:55:17 +02:00
Christina Sørensen 58144a0f3d
feat(git): add git-status-.* completions
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 16:51:18 +02:00
Christina Sørensen bd7f0de721
fix: change completion file names
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 14:23:52 +02:00
Christina Sørensen d5baeb23c3
fix: change completions to new binary name
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 14:22:53 +02:00
Christina Sørensen ec68e17791
Merge branch 'main' into pr-1177 2023-07-29 13:31:18 +02:00
Christina Sørensen b51098d344
Merge branch 'main' into pr-1164
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 13:15:16 +02:00
Christina Sørensen e8eb52a993
Merge branch 'main' into pr-855
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 11:47:59 +02:00
dawg a4cee84b4b
fix fish completion for -i/--inode option
- looks like a copy&paste error of -g/--group
2023-07-19 23:58:02 +02:00
dankeyy 122375884c
add hyperlink to docs 2023-04-12 07:51:06 +03:00
Christian Göttsche afeac47c13 Add option to show security attribute and improve extended support
Add a command line option -Z/--context to show the security context of
objects, similar to ls(1).

Show the actual extended attribute values on -@/--extended, instead of
just their length.

In case of a symbolic link, show the extended attributes of the symbolic
link itself, not the target. This matches the behavior of ls(1) and is
more intuitive.

Closes: #254
2023-03-27 21:29:00 +02:00
Tanguy Kervran 4064ceb573 Add -o shorcut to --octal-permissions 2023-02-23 23:57:54 +01:00
Mélanie Chauvel 0332e0c7f7 Fix bash completion for the colour flag
Tell bash it accepts a value (always, auto, or never)
2021-10-11 02:26:12 +02:00
Mélanie Chauvel 0d645735d7 Add short flags and fix broken flags in bash completion
- Parse help manually to be able to find short options
- Correctly propose options starting with colo[u]r
- Propose short options after - and long after --
2021-10-11 02:26:12 +02:00
Mélanie Chauvel 6af9e221a4 Fix fish completion for the colour flag
Tell fish it accepts a value (always, auto, or never)
2021-10-11 02:26:12 +02:00
a1346054 2bef43fb1b fix whitespace 2021-08-14 22:05:22 +00:00
a1346054 91dcf52972 fix shell script issues identified through shellcheck 2021-08-14 22:04:50 +00:00
Freed-Wu 4b6cf1b5a4 Update zsh completions for '--color' 2021-08-07 13:22:15 +08:00
Kid f6b3975562
Fix fish completion for -H option 2021-06-24 17:27:45 +08:00
ariasuni 4a81d2df91 Rename completion scripts according to each shell conventions 2021-04-27 01:06:43 +02:00
Tezkerek 1da705c355
Fix completions.zsh syntax 2021-04-03 11:47:59 +03:00
Benjamin Sago c1435411c3
Merge pull request #813 from b05902132/numeric_gid_uid
Add options for -n or --numeric-gid-uid.
2021-04-01 09:18:59 +01:00
b05902132 2f72b3ff3a Use --numeric instead of --numeric-uid-gid. 2021-03-31 21:48:59 +08:00
b05902132 46a3e59e66 Some minor fixes
Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>

Also add more spaces to make the descriptions of other options align that of `-n`.
2021-03-31 21:48:34 +08:00
Benjamin Sago 005a174e60
Merge pull request #759 from stuartcarnie/sgc/icons
feat: New Icons and CLI argument to suppress icons
2021-03-29 23:09:26 +01:00
PatriotRossii 98e1948cd2 Add "octal-permissions" flag to fish and zsh autocomplete 2021-03-25 12:31:56 +06:00
b05902132 4ea79ee11d Add options for -n or --numeric-gid-uid.
This option is only avaialable in -l.
There's test for rendering, but no test for option parsing.
(I don't understand that section of code.)
2021-03-19 09:49:17 +08:00
Stuart Carnie c946bab08e
chore: PR feedback 2021-02-28 07:48:00 +11:00
Stuart Carnie c42e0b3945
feat: New Icons and CLI argument to suppress icons 2021-02-28 07:18:17 +11:00
Benjamin Sago 6eb5cee634 Convert manual pages to Markdown
This removes the "raw" man pages and converts them to Markdown, adding a build step using pandoc that converts them.

Having the man pages in Markdown makes them much, much easier to write and keep updated, at the cost of not having the raw formats easily available. Hopefully having the command to generate them in the Justfile will be enough.

It also splits out the EXA_COLORS environment variable into its own page, because it took up just under half of the one for the exa binary.
2020-10-13 20:19:00 +01:00