Commit graph

958 commits

Author SHA1 Message Date
Icxolu
457d4951b8 hide system protected files even with --all / --almost-all
since interaction with these files is rare. Introduce --system-protected
flag to include these files.
2022-11-13 22:10:58 +05:30
Icxolu
62addc53e6 check windows hidden file attribute 2022-11-13 22:10:58 +05:30
Icxolu
c1c8958fd0 move winapi to windows 2022-11-13 22:10:58 +05:30
LeeWeeder
f014138a0c Undo deletion of some lines 2022-11-07 09:24:12 +05:30
LeeWeeder
dd5f83d59f Added entry for adding icon for kt and kts files 2022-11-07 09:24:12 +05:30
LeeWeeder
4b870d9bcc Added icons for kt and kts 2022-11-07 09:24:12 +05:30
Zhizhen He
385501ebb0 chore: fix typo
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2022-10-13 19:44:51 +05:30
Wei Zhang
501232dbe2 📝 🔨 refine icon theme description
Co-authored-by: Abin Simon <abinsimon10@gmail.com>
2022-10-10 11:16:56 +05:30
zwPapEr
38fc385129 📝 🔨 fix typos and update description for icon theme
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
c41ba382e7 🎉 add icon theme in changelog
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
6bb2dc2b61 🎨 cargo fmt
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
81e07e8105 🐛 fix mistaken edited color theme location
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
acae1201a8 🔨 simplify icon theme and updates due to review
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
9a7a3eaf13 📝 icon theme: add docs
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
2c312f56d7 🔍 icon theme: add tests for icon theme
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
zwPapEr
7e9a07a97d 🔍 🔨 fix tests to fit icon theme
Signed-off-by: zwPapEr <zw.paper@gmail.com>
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2022-10-10 11:16:56 +05:30
zwPapEr
9de3090c12 🔥 icon: drop custom icon file option
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-10-10 11:16:56 +05:30
Wei Zhang
a60ab3d3e4 🔨 icon: refactor to use icon by file type 2022-10-10 11:16:56 +05:30
Wei Zhang
6df27aebad 🔨 args: allow custom theme for cmd args 2022-10-10 11:16:56 +05:30
Wei Zhang
e2723ef650 icon: icon theme functionally works 2022-10-10 11:16:56 +05:30
Wei Zhang
b209c6f7f1 🔨 theme: move default icon to icon theme 2022-10-10 11:16:56 +05:30
Wei Zhang
439b641fbf ♻️ refactor theme read file to de trait 2022-10-10 11:16:56 +05:30
zwPapEr
85b9fc2a1e ♻️ theme: refactor color to be under theme
so that we can add icon theme

Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-10-10 11:16:56 +05:30
Narawit Rakket
82acde7ef2 chore: update CHANGELOG.md 2022-10-06 09:06:41 +05:30
Narawit Rakket
8d6de0bec3 fix: do not quote filename when piping to another program 2022-10-06 09:06:41 +05:30
merelymyself
586e1c9e76 clippy 2 2022-09-22 09:40:38 +05:30
merelymyself
54a07e63ee clippy 2022-09-22 09:40:38 +05:30
merelymyself
bc8745528d fmt 2022-09-22 09:40:38 +05:30
merelymyself
411c9880d2 add/fix tests 2022-09-22 09:40:38 +05:30
merelymyself
81c7c77123 changelog 2022-09-22 09:40:38 +05:30
merelymyself
96d6f801fd fmt 2022-09-22 09:40:38 +05:30
merelymyself
d2e97e01bc add quotes and escapes for necessary filenames 2022-09-22 09:40:38 +05:30
Marcin Puc
ebe7417a88 Fix symlink_arrow test intercepting cli args 2022-09-21 10:25:41 +05:30
Abin Simon
292154358f Fix few changelog issues 2022-09-13 08:59:25 +05:30
Abin Simon
84fedc6f44
Release 0.23.1 2022-09-13 08:55:33 +05:30
Abin Simon
b164cbef9e Improve .release.toml to auto prep for next release 2022-09-13 08:52:43 +05:30
Abin Simon
68d2d0f27c Prepare changelog for next release 2022-09-13 08:41:14 +05:30
clavinet
947681aaef Update README.md
add installation command for openSUSE
2022-09-12 09:25:29 +05:30
Doug Elkin
e7fb6f34ed return POSIX-compatible exit status 2022-09-12 09:19:42 +05:30
Abin Simon
496e4be705 Fix changelog template 2022-09-10 12:01:11 +05:30
Doug Elkin
564128a175 update changelog for ZSH completion fix 2022-09-10 12:01:11 +05:30
Doug Elkin
0d8c2c4d9c use ValueHint::AnyPath on FILE argument
This fixes an issue with path completion in ZSH.
2022-09-10 12:01:11 +05:30
Narawit Rakket
a2cabdf5b9 chore: add empty rustfmt.toml
This ensure that `rustfmt` will always use default configs for this
project even if there is a `rustfmt.toml` in parent directories
2022-09-05 15:11:41 +05:30
Abin Simon
80a2bb26c8
Release 0.23.0 2022-09-05 14:53:06 +05:30
Narawit Rakket
6638e63372 refactor: remove unnecessary check for 'ignore-config' 2022-08-25 09:27:17 +05:30
Narawit Rakket
7869839bd8 refactor(ignore-glob): various refactoring
- Use `?` to early return
- Improve readability by reducing indentation
- Remove unnecessary mutable variable
- Change function signature to mimic other flags
2022-08-23 23:05:02 +05:30
Narawit Rakket
e2d046d60b refactor: use map_err instead of match 2022-08-23 23:05:02 +05:30
Saber Haj Rabiee
06ce88dd46 perf: reduces the binary size and improves the performance
correctes the `CHANGELOG.md`

correctes the CHANGELOG.md
2022-08-23 22:39:14 +05:30
James
1db99de984 Apply cargo fmt 2022-08-23 22:16:54 +05:30
James
c22498e9e8 Clap macros no longer required 2022-08-23 22:16:54 +05:30