summaryrefslogtreecommitdiffstats
path: root/src/utils.rs
AgeCommit message (Expand)Author
2022-08-01feat: add bun module (#4187)David Knaack
2022-06-26feat: add Raku module (#4048)Filip Sergot
2022-06-15docs: fix some typos in comments (#4069)yutotnh
2022-05-23chore(clippy): fix new lints (#4002)David Knaack
2022-03-25feat: Add a module for C projects (#3631)David Cantrell
2022-03-24fix(init): Change Nushell init for nu 0.60 (#3773)David Knaack
2022-03-18feat(haskell): Add Haskell module (#3587)ksqsf
2022-03-12feat(buf): Add Buf module (#3661)Luc Perkins
2022-02-24refactor: fix new clippy/compiler warnings (#3656)David Knaack
2022-01-21feat: add a container indicator (#3304)Harald Hoyer
2022-01-03refactor(process_control): switch to new API (#3385)David Knaack
2021-12-27fix: set cwd for command execution (#3309)David Knaack
2021-12-20fix: Display durations of 0ms (#3121)Lucien Fiorini
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-10-05feat: Add pulumi module (#3055)Ian Wahbe
2021-09-12fix(zsh): always escape percent character (#3058)David Knaack
2021-09-07feat(cobol): added COBOL module (#2994)Bill
2021-08-23refactor: allow passing OsStr as-is to `exec_cmd` (#2997)David Knaack
2021-08-02fix(rlang): module not working on MacOs (#2880)filip
2021-07-29fix(clippy): fix new clippy lints (#2939)David Knaack
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)David Knaack
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-05-25feat(r-lang): add module for R programming language (#1475)Jimmy Royer
2021-05-18refactor(utils): Add extra logging to read_file (#2742)Thomas O'Donnell
2021-05-12feat(aws): add temporary credentials countdown (#2464)Carl-Louis Van Brandt
2021-05-03feat(vlang): create module (#2577)Milo
2021-04-20feat(red): create module (#2599)Milo
2021-04-15feat(deno): create module (#2565)Milo
2021-04-02feat(ocaml): add `switch_indicator` and `switch_name` variable (#2503)Dario Vladović
2021-03-14feat(scala): Add scala module (#2409)Beni Ben zikry
2021-03-05fix(bash): escape interpretable characters (#2404)David Knaack
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
2021-02-13feat(test): allow dynamic mocking of commands (#2307)David Knaack
2021-02-13fix(utils): Sefely unwrap the command output (#2305)Thomas O'Donnell
2021-02-11feat: allow changing default command timeout (#2283)David Knaack
2021-02-02fix(windows): fix windows terminal ANSI escape sequences (#2258)KOVACS Krisztian
2021-01-30feat(vagrant): Add support for Vagrant (#1812)Furkan Türkal
2021-01-21perf(utils): Add timeout to `utils::exec_cmd` (#2171)Thomas O'Donnell
2020-12-26feat(kotlin): Add the kotlin module (#2026)Nicola Corti
2020-12-22feat(utils): Support non-exe commands on Windows (#2019)Thomas O'Donnell
2020-11-30feat(python): Smarter python binary usage (#1947)Thomas O'Donnell
2020-10-27feat(lua): Add a Lua module (#1815)Shu Kutsuzawa
2020-10-03fix(utils): reduce log level of errors in utils. (#1730)Thomas O'Donnell
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-09-21fix: restore the `pyenv_prefix` option to python (#1668)Thomas O'Donnell
2020-08-24fix(test): do NOT quote argument values for mocked invocations (#1527)Dario Vladović
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-08-04feat(perl): Added perl version module (#1382)Stéphane Benoit
2020-07-29refactor(java): parse version using regex (#1496)Dario Vladović
2020-07-29feat(dart): add Dart module (#1392)Dario Vladović