Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-13 | Remove the ability to configure lockfile. (#5335) | 1 | -7/+1 | ||
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) | 1 | -0/+6 | ||
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file | |||||
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 | 1 | -2/+78 | ||
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 | 1 | -0/+1 | ||
2022-08-10 | Add `bun link` and `bun unlink` to completionsbun-v0.1.8 | 1 | -3/+74 | ||
2022-08-04 | Implement `bun init` subcommand | 1 | -2/+11 | ||
2022-06-20 | Group zsh completion options by type (#194) | 1 | -28/+16 | ||
2022-02-12 | Add bun -g to completions | 1 | -0/+10 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -2/+2 | ||
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) | 1 | -2/+36 | ||
2021-12-18 | Update fish completions | 1 | -3/+0 | ||
2021-12-18 | Add new zsh completions | 1 | -1/+154 | ||
2021-11-07 | Improve ZSH completionsbun-v0.0.46 | 1 | -53/+355 | ||
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 | 1 | -0/+63 | ||