Junegunn Choi
838ac7554b
make lint
2026-06-02 20:23:23 +09:00
Junegunn Choi
a50619388d
[install] Fix empty-shell detection in install script
...
${#shells} is the string length, not the shell count.
Thanks to @matheus-pacifico for the report.
Close #4813
2026-05-28 23:02:34 +09:00
Copilot
5ef8dea36e
Prevent nushell source contamination in install shell loop ( #4812 )
2026-05-28 10:26:43 +09:00
Junegunn Choi
ce4bef7595
0.73.1
2026-05-25 14:35:03 +09:00
Junegunn Choi
a24deef77b
0.73.0
2026-05-24 00:15:16 +09:00
Junegunn Choi
94f6daa61c
nushell: [install] Query nu for autoload directory
...
Nushell uses platform-native config dirs (Application Support on
macOS, AppData on Windows), so $XDG_CONFIG_HOME/nushell/autoload is
wrong outside Linux and the generated file is silently ignored.
Ask `nu` for `$nu.user-autoload-dirs` instead. Safe because the
earlier shells loop already drops `nushell` from $shells when `nu`
is not on PATH.
2026-05-23 23:36:24 +09:00
Junegunn Choi
f81cb1939c
nushell: [install] Print absolute path to the generated file
2026-05-23 23:32:00 +09:00
Simon Désaulniers
290b18d9fe
shell: nushell integration scripts ( #4630 )
...
Co-authored-by: imsys <911254+imsys@users.noreply.github.com >
Co-authored-by: Grzegorz Zalewski (Greg) <12560152+zalewskigrzegorz@users.noreply.github.com >
Co-authored-by: René Jochum <rene@jochum.dev >
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-23 23:13:46 +09:00
Junegunn Choi
6fefe02546
0.72.0
2026-04-26 18:04:37 +09:00
Junegunn Choi
62899fd74e
0.71.0
2026-04-04 14:04:34 +09:00
bitraid
11ff4745ad
Fix typo in install script
2026-04-04 09:47:59 +09:00
Junegunn Choi
87586ac5eb
Only use --no-same-owner with tar when supported
...
Fix #4740
Fix #4741
2026-03-26 21:06:58 +09:00
Junegunn Choi
eacef5ea6e
0.70.0
2026-03-02 16:56:13 +09:00
Junegunn Choi
b908f7a0ec
0.68.0
2026-02-20 11:03:46 +09:00
LM
7e62b34087
Add fish completion support ( #4605 )
2026-02-05 12:50:26 +09:00
Junegunn Choi
2ab923f3ae
0.67.0
2025-11-16 20:02:39 +09:00
Junegunn Choi
c1b259c042
0.66.1
2025-10-26 15:11:51 +09:00
Junegunn Choi
8cdfb23df6
0.66.0
2025-10-12 22:17:52 +09:00
Junegunn Choi
e8cb315419
Apply shfmt to bash script files (make fmt)
2025-09-24 22:41:54 +09:00
Junegunn Choi
416aff86e9
0.65.2
2025-08-31 22:18:44 +09:00
Chayoung You
de1824f71d
[install] Support old uname in macOS ( #4492 )
2025-08-17 11:54:32 +09:00
Junegunn Choi
e5cd7f0a3a
0.65.1
2025-08-03 14:41:56 +09:00
Junegunn Choi
04c4269db3
0.65.0
2025-07-27 10:39:41 +09:00
Junegunn Choi
0076ec2e8d
0.64.0
2025-07-06 22:11:36 +09:00
Junegunn Choi
397fe8e395
0.63.0
2025-06-28 01:11:00 +09:00
Junegunn Choi
d226d841a1
0.62.0
2025-05-04 18:31:18 +09:00
Junegunn Choi
d24b58ef3f
0.61.3
2025-04-22 20:53:23 +09:00
Junegunn Choi
90ad1b7f22
0.61.2
2025-04-20 11:37:15 +09:00
Junegunn Choi
93cb3758b5
0.61.1
2025-04-06 13:09:59 +09:00
Junegunn Choi
e15cba0c8c
0.61.0
2025-03-30 19:51:28 +09:00
Junegunn Choi
0012183ede
0.60.3
2025-03-03 17:10:49 +09:00
Junegunn Choi
c0d407f7ce
0.60.2
2025-02-23 19:52:57 +09:00
Junegunn Choi
a24d274a3c
0.60.1
2025-02-20 21:42:56 +09:00
Junegunn Choi
3347d61591
0.60.0
2025-02-13 00:54:21 +09:00
Junegunn Choi
bbe1721a18
0.59.0
2025-02-02 23:39:47 +09:00
Junegunn Choi
65db7352b7
0.58.0
2025-01-20 02:00:03 +09:00
Junegunn Choi
45fc7b903d
[install] Unset FZF_DEFAULT_OPTS when checking the binary
2025-01-05 11:33:40 +09:00
Junegunn Choi
0476a65fca
0.57.0
2024-12-15 17:04:04 +09:00
Junegunn Choi
3e6e0528a6
[install] grep -> \grep
2024-12-01 23:22:36 +09:00
buttering
ac508a1ce4
Enhance install script to handle commented and uncommented lines ( #3632 ) ( #4112 )
...
* Enhance install script to handle commented and uncommented lines (#3632 )
Resolves #3632
Enhance install script to handle commented and uncommented lines in shell file with user prompts for modification.
- Track commented and uncommented lines in the file.
- Prompt user to append or skip if the line is commented.
- Ensure new lines are added only when necessary, based on user input.
- To the `fish_user_key_bindings.fish`, the original logic would append the line to the end if no corresponding statement was found. I’ve adopted the same behavior for commented lines.
* Refactor append_line function to improve line existence check.
- Replaced `lno` variable with `lines` to store matching lines and simplified the logic.
- Improved line existence check, now prints all matching lines directly and handles commented lines separately.
- Removed unnecessary variables like `all_commented`, `commented_lines`, and `non_commented_lines`.
* Fix indentation
---------
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com >
2024-12-01 23:21:12 +09:00
Junegunn Choi
add1aec685
0.56.3
2024-11-15 10:06:01 +09:00
Junegunn Choi
215ab48222
0.56.2
2024-11-12 00:57:55 +09:00
Junegunn Choi
64c61603e9
0.56.1
2024-11-10 23:15:35 +09:00
Junegunn Choi
ff1687744d
0.56.0
2024-10-27 12:03:01 +09:00
Junegunn Choi
fc69308057
0.55.0
2024-08-29 17:10:58 +09:00
Junegunn Choi
af4917dbb6
0.54.3
2024-07-31 21:51:54 +09:00
Junegunn Choi
b896e0d314
0.54.2
2024-07-26 17:44:09 +09:00
Junegunn Choi
50fa90dfb8
0.54.1
2024-07-19 17:10:49 +09:00
Junegunn Choi
9e92b6f11e
0.54.0
...
New tags will have `v` prefix.
* https://github.com/junegunn/fzf/issues/2879
* https://github.com/golang/go/issues/32945
Close #2879
2024-07-08 22:51:48 +09:00
Junegunn Choi
c4a9ccd6af
0.53.0
2024-06-06 22:03:26 +09:00