soar0216
0e5333d0d8
fix(export): 移除默认stdout输出并添加CSV表头
...
将导出命令的输出文件参数改为必填项,不再支持默认输出到stdout
为CSV格式导出添加表头行,包含path、rank和last_accessed字段
更新所有shell补全文件以反映输出文件参数的变化
2026-04-25 09:27:30 +08:00
soar0216
a128974954
feat(export): 添加导出数据库功能支持json和csv格式
...
新增export子命令,支持将数据库中的目录条目导出为json或csv格式。添加了相关依赖库serde_json和csv,并更新了所有shell的自动补全脚本。
2026-04-25 09:09:48 +08:00
Azalea Colburn
261cf8846a
--basedir query option ( #1027 )
2025-08-10 13:26:52 +05:30
Ajeet D'Souza
095b270fea
csh -> tcsh
2025-05-06 00:26:07 -07:00
Ajeet D'Souza
09aa626a86
Add support for csh ( #1047 )
2025-05-06 11:28:54 +05:30
Azalea Colburn
e1e2f41ecb
feat: add --score option ( #1030 )
2025-03-31 11:43:40 +05:30
Ajeet D'Souza
678bbdefbc
Use POSIX implementation for ksh shells
...
Only ksh93 supports DEBUG traps, and the rest don't have any features
that can be used for setting up hooks. May as well use the POSIX
implementation for all ksh shells.
2025-01-09 02:19:20 +05:30
Ajeet D'Souza
c1d7c4f4c7
Add support for ksh ( #885 )
2024-09-13 05:00:42 +05:30
Ajeet D'Souza
153e060043
Add short option -a for --all
2023-05-09 00:51:26 +05:30
Ajeet D'Souza
56956779b2
Consistent style for environment variables
2023-04-16 19:54:55 +05:30
Blonteractor
2c2286cea2
Added better output in query when already in the matched directory ( #463 )
2023-01-09 15:55:33 +05:30
Ajeet D'Souza
3ab0a7b8fd
Edit subcommand ( #498 )
2023-01-07 22:58:10 +05:30
Elbert Ronnie
b7d6b1eea7
Updated clap to version 4.0 ( #476 )
...
Co-authored-by: Ajeet D'Souza <98ajeet@gmail.com>
2022-10-29 19:46:10 +05:30
Ajeet D'Souza
612f264dd4
Upgrade to Nushell 0.61 ( #362 )
2022-04-22 13:11:11 +05:30
Ajeet D'Souza
b71d33b5c1
Replace `--no-aliases` with `--no-cmd`
2022-04-11 03:41:51 +05:30
Ajeet D'Souza
0a9081383d
Fix interactive remove
2021-12-24 17:49:36 +05:30
Ajeet D'Souza
339a789261
Avoid using completions on older Bash versions
2021-12-24 10:04:37 +05:30
Ajeet D'Souza
7ec9ad6a27
Add auto-generated completions for Fig
2021-10-21 03:53:20 +05:30