zx8

Results 22 issues of zx8

Shells like `zsh` and `fish` support specifying descriptions of suggestions. Would be amazing if you could implement support for this, e.g. ## `zsh` ![image](https://user-images.githubusercontent.com/8544900/40326738-45b69b3e-5d38-11e8-84e0-130cd3162fed.png) * [**example #1**](https://github.com/git/git/blob/master/contrib/completion/git-completion.zsh#L165) --- ### `fish`...

enhancement
help wanted

I assume the majority of users who come across `sd` are likely also using other popular Rust-based CLI tools like `fd` and `rg`: - [`sharkdp/[email protected]#L70-L75`](https://github.com/sharkdp/fd/blob/fe53af064b5c27c996c326fc84436ef9a38af664/src/app.rs#L70-L75) - [`BurntSushi/[email protected]#L1175-L1178`](https://github.com/BurntSushi/ripgrep/blob/8ebc113847926922bb85fb5a01c175319fb1e8d4/src/app.rs#L1175-L1178) For consistency with...

Ref: https://github.com/TankerHQ/ruplacer/tree/bf39991b#subvert-mode While I use `sd` day-to-day for common replacement tasks, I find myself falling back to [`ruplacer`](https://github.com/TankerHQ/ruplacer) whenever I need its `--subvert` functionality. It would be _amazing_ if `sd`...

It would be nice if these functions accepted additional parameters so we could e.g. pass in reusable database clients/connections and avoid having to initialize them inline, when they are invoked....

I know it's possible to filter by `"" in `, but is there a way to do the opposite? Currently I'm doing the following, which is a bit tedious: ```...

triage

Currently, `dotenv` is a global configuration. It would be great if we could specify a different `dotenv` configuration depending on the task we're invoking in addition to the current global...

enhancement
help wanted
feature

https://github.com/Homebrew/brew Would be great if we macOS users could `brew install jtc` and manage upgrades automatically, rather than having to check back here periodically to download new binaries. Thanks!

request

I want to be able to ignore `VERSION` files, but not `version` directories. As far as I can tell, it's not currently possible to differentiate between these in terms of...

Using https://github.com/kubernetes-sigs/controller-tools/commit/ffa54949a74756bbb4d5c41ae4fe8d6fea759ae7, given the following: ```go package apis // +kubebuilder:object:generate=true type Foo struct { Bars *Bars } type Bars []*Bar // also fails without a pointer, i.e. `type Bars []Bar`...

Using https://github.com/fish-shell/fish-shell/commit/9c413b039d572963dd5cf9a673ec47927d584df2. --- It's unclear if this is intentional, but it seems like a regression in smart-case tab completion: ### Repro ``` $ mkdir dog Duck Dodo $ cd do...