aboutsummaryrefslogtreecommitdiff
path: root/completions (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-21chore: Update ZSH completions (#4428)Gravatar Ai Hoshino 1-500/+737
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 3-19/+4
2023-08-04Support --dev/-D and support more flags on bun install (#3989)Gravatar Colin McDonnell 1-3/+3
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 3-2/+11
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 1-1/+1
2023-03-20Support directories in ZSH run completions (#2425)Gravatar Jackson Kearl 1-17/+4
* Support scripts in dirs in zsh run completions * add back wasm support
2022-12-23Cherry-pick #1638Gravatar Jarred Sumner 3-14/+107
Closes #1638
2022-12-23Prevent running compinit twiceGravatar Jarred Sumner 1-1/+4
2022-12-08Add filename completions on naked bun command (#1593)Gravatar Colin McDonnell 1-1/+3
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu>
2022-10-12Add --hot to completionsGravatar Jarred Sumner 2-1/+5
2022-08-10Add `bun link` and `bun unlink` to completionsbun-v0.1.8Gravatar Jarred Sumner 3-7/+78
2022-08-04Implement `bun init` subcommandGravatar Jarred Sumner 3-12/+23
2022-07-25Support for completion in Bash (#403)Gravatar Victory Osikwemhe 1-2/+177
* Add bash completions for optional flags (long and short options) * extend bash completion to support options with specific requirements * fix: remove global variables * fix: rename cur_file to cur_word * add c,rm,i aliases * fix: add --help flag to create alias * fix: --loader options bug * fix --backend and linting * linting * add support for file completion for `bun run` as well as few changes also * chore(): use _ as prefix for function names * fix undefined function * feat(wip): implement installation for bash bun completion in zig * fix(): use separate paths instead of slice of paths * rename _bun.bash to bun.completion.bash for compatability with oh-my-bash * change `bun.completion.bash` to filename
2022-06-20Group zsh completion options by type (#194)Gravatar Alexander Kuznetsov 1-28/+16
2022-02-12Add bun -g to completionsGravatar Jarred Sumner 2-2/+12
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 3-6/+6
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner"
2021-12-19Autocomplete popular package names (thanks @evanwashere)Gravatar Jarred Sumner 2-4/+50
2021-12-18Update bun.fishGravatar Jarred Sumner 1-0/+1
2021-12-18Update fish completionsGravatar Jarred Sumner 3-44/+87
2021-12-18Add new zsh completionsGravatar Jarred Sumner 2-1/+270
2021-11-07Improve ZSH completionsbun-v0.0.46Gravatar Jarred Sumner 2-53/+468
2021-11-05Update bun.fishGravatar Jarred Sumner 1-15/+46
2021-11-01[cli] Slightly improve zsh completionsbun-v0.0.42Gravatar Jarred Sumner 1-0/+3
2021-11-01[CLI] Add zsh completions and auto-install completionsGravatar Jarred Sumner 3-35/+116
2021-10-31[CLI] Add completions for FishGravatar Jarred Sumner 1-0/+49