aboutsummaryrefslogtreecommitdiff
path: root/completions/bun.bash (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 1-3/+3
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-2/+2
* 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
2022-12-23Cherry-pick #1638Gravatar Jarred Sumner 1-2/+10
Closes #1638
2022-08-10Add `bun link` and `bun unlink` to completionsbun-v0.1.8Gravatar Jarred Sumner 1-3/+3
2022-08-04Implement `bun init` subcommandGravatar Jarred Sumner 1-1/+1
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
2021-11-01[CLI] Add zsh completions and auto-install completionsGravatar Jarred Sumner 1-0/+8