Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-21 | chore: Update ZSH completions (#4428) | 1 | -500/+737 | ||
2023-09-13 | Remove the ability to configure lockfile. (#5335) | 3 | -19/+4 | ||
2023-08-04 | Support --dev/-D and support more flags on bun install (#3989) | 1 | -3/+3 | ||
2023-06-25 | Add support for install with --frozen-lockfile (#3365) | 3 | -2/+11 | ||
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file | |||||
2023-04-28 | bundler tests: rest of default.test.ts and starting jsx tests (#2765) | 1 | -1/+1 | ||
2023-03-20 | Support directories in ZSH run completions (#2425) | 1 | -17/+4 | ||
* Support scripts in dirs in zsh run completions * add back wasm support | |||||
2022-12-23 | Cherry-pick #1638 | 3 | -14/+107 | ||
Closes #1638 | |||||
2022-12-23 | Prevent running compinit twice | 1 | -1/+4 | ||
2022-12-08 | Add filename completions on naked bun command (#1593) | 1 | -1/+3 | ||
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> | |||||
2022-10-12 | Add --hot to completions | 2 | -1/+5 | ||
2022-08-10 | Add `bun link` and `bun unlink` to completionsbun-v0.1.8 | 3 | -7/+78 | ||
2022-08-04 | Implement `bun init` subcommand | 3 | -12/+23 | ||
2022-07-25 | Support for completion in Bash (#403) | 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-20 | Group zsh completion options by type (#194) | 1 | -28/+16 | ||
2022-02-12 | Add bun -g to completions | 2 | -2/+12 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 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-19 | Autocomplete popular package names (thanks @evanwashere) | 2 | -4/+50 | ||
2021-12-18 | Update bun.fish | 1 | -0/+1 | ||
2021-12-18 | Update fish completions | 3 | -44/+87 | ||
2021-12-18 | Add new zsh completions | 2 | -1/+270 | ||
2021-11-07 | Improve ZSH completionsbun-v0.0.46 | 2 | -53/+468 | ||
2021-11-05 | Update bun.fish | 1 | -15/+46 | ||
2021-11-01 | [cli] Slightly improve zsh completionsbun-v0.0.42 | 1 | -0/+3 | ||
2021-11-01 | [CLI] Add zsh completions and auto-install completions | 3 | -35/+116 | ||
2021-10-31 | [CLI] Add completions for Fish | 1 | -0/+49 | ||