Andrew
Andrew
Hi, Can we please get official Docker images published to Docker Hub? Lacking an official image, attackes enjoy the opportunity to fake one, inserting malware en lieue of a genuine...
Hi, Can we please get formal GitHub releases to accompany each tag? GitHub releases provide a helpful mechanism that combines changelogs with RSS/Atom feed integrations. Users can then subscribe to...
Hi, When will we get a stable 1.0 release, so that minimalist users can enjoy a stable operating system with more well understood compatibility behaviors?
No base16 templates are available for Terminal.app. Can we please get a base24 and/or base16 template, so that macOS users can automate applying these color themes to the stock terminal...
This plugin interacts poorly with workspace directories. A very common workflow, involves launching VSCode against a given project directory, e.g. `code .` However, the plugin fails to populate the status...
Hi, Can we please publish `slit` to more standard OS package managers, in order to make it easier for users to install? * Docker Hub, snap (Linux) * Homebrew, MacPorts,...
lazy_static variables fail to register their types properly in Rust API docs. They end up as `struct { /* private fields */ }`, which isn't very helpful for downstream users....
Like `less` and `more`, `most` corrupts hard tabs in files to spaces. This ends up breaking common workflows, such as copy & paste, or sending output downstream to further processes,...
Hi, The README is sparse, omitting details relevant for users such as: * Descriptions of common CLI flags available to `most` * Install steps for various package managers The current...
Hi, Homebrew takes too many milliseconds to load, causing many macOS terminals launch quite slowly. Homebrew is a natural candidate to lazy load, such as via zsh-defer, zinit ice wait,...