summaryrefslogtreecommitdiffstats
path: root/src/modules
AgeCommit message (Expand)Author
2021-02-13fix(directory): Handle non-UTF-8 folder names (#2303)David Knaack
2021-02-13feat(cmake): Configure when the module is shown (#2280)Thomas O'Donnell
2021-02-11feat: allow changing default command timeout (#2283)David Knaack
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2021-02-09perf(username): get uid without external command (#2286)David Knaack
2021-02-08refactor(directory): Introduce `logical-path` argument which allows a shell t...Benjamin Fox
2021-02-07feat(python): Configure when the module is shown (#2264)Thomas O'Donnell
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-26test(docker_context): Add basic tests to module (#2205)Thomas O'Donnell
2021-01-24feat(directory): Add home directory symbol (#2198)Rodrigo Suárez
2021-01-24refactor(git_status): simplify git status with once-cell (#2150)David Knaack
2021-01-22perf(zig): Lazy eval zig (#2187)Moritz Vetter
2021-01-22perf(ocaml): evaluate version lazily; adjust format string; update test (#2188)Moritz Vetter
2021-01-22perf(perl): Lazy eval perl (#2189)Moritz Vetter
2021-01-22perf(php): Lazy eval php (#2190)Moritz Vetter
2021-01-22Perf(purescript): Lazy eval purescript (#2191)Moritz Vetter
2021-01-22refactor: apply more clippy lintsAlexandru Macovei
2021-01-21perf(kotlin): Lazy eval kotlin (#2186)Moritz Vetter
2021-01-21perf(lua): Lazy eval lua (#2185)Moritz Vetter
2021-01-20perf(nodejs): evaluate nodejs format string lazily (#2160)Moritz Vetter
2021-01-20perf(custom): evaluate command lazily (#2173)David Knaack
2021-01-20perf(elixir): evaluate version lazily (#2172)David Knaack
2021-01-20perf(dart): Lazy eval dart (#2166)Moritz Vetter
2021-01-20perf(java): Lazy eval java (#2168)Moritz Vetter
2021-01-20perf(elm): Lazy eval elm (#2167)Moritz Vetter
2021-01-20fix: Adjust default format strings (#2165)Moritz Vetter
2021-01-20perf(python): Lazy eval of python version command (#2158)Moritz Vetter
2021-01-19test: avoid setting $HOME (#2155)David Knaack
2021-01-18perf: evaluate swift version lazily (#2159)Moritz Vetter
2021-01-16fix(cmake): Fix spacing with missing variable (#2135)Thomas O'Donnell
2021-01-16fix: Applied clippy warnings (#2153)Hanif Ariffin
2021-01-13perf(crystal): Lazily evaluate version command (#2129)Thomas O'Donnell
2021-01-11fix(docker_context): enable if either yml or yaml is found (#2053)Ben Iofel
2021-01-02feat(status): Convert known status code to their meaning (#1948)Hugues Morisset
2021-01-01style: Latest clippy suggestions (#2048)Thomas O'Donnell
2021-01-01feat(battery): make module behaviour more obvious (#1950)David Knaack
2020-12-26feat(kotlin): Add the kotlin module (#2026)Nicola Corti
2020-12-26fix(user): Fix username detection on Windows (#2014)Thomas O'Donnell
2020-12-19feat(package): Meson package support (#2001)花蛄
2020-12-16refactor: a few low-hanging optimizations (#1992)Alexandru Macovei
2020-12-14feat(shlvl): Add `repeat` option (#1995)Daniel Beckwith
2020-12-08feat(git_branch): show remote name (#1972)Sagittarius-a
2020-12-07fix(git_commit): show last created tag on current commit (#1919)Miguel Ángel Melón Pérez
2020-12-06feat(username): Try harder to guess if inside ssh (#1964)yangsheng6810
2020-12-05feat(nodejs): check node engines version in package.json (#1847)t-mangoe
2020-11-30feat(python): Smarter python binary usage (#1947)Thomas O'Donnell
2020-11-30feat(rust): Support new rust-toolchain format (#1938)Dominik Nakamura
2020-11-30feat(java): Show Java module for Clojure projects (#966)Zane Shelby
2020-11-26fix(git_state): Handle gitdir indirection when rebasing (#1744)Gabriel de Perthuis