lazycli icon indicating copy to clipboard operation
lazycli copied to clipboard

Turn static CLI commands into TUIs with ease

Results 10 lazycli issues
Sort by recently updated
recently updated
newest added

> Q: Isn't this what fzf does? > A: Not quite: fzf requires you to know the command ahead of time whereas lazycli lets you run commands after presenting you...

Implemented a config setting to for lazycli to shut down after executing a command. This is useful for commands the user always want's to close lazycli afterwards, such as enabling...

[here](https://github.com/jesseduffield/lazycli/blob/master/src/os_commands.rs#L1) openbsd needs the same.

Just installed on Ubuntu now. Accessing via ssh. lazycli -- ls pressing 'o' on any file yields the above error. 'u' does nothing on a folder.

Hi, Just installed `lazycli` on Ubuntu 18.04 and tried it with `ls -l`. The `u` option does not appear to do anything. Is the intention to change directory of the...

Hi, Just installed `lazycli` on Ubuntu 18.04 and tried it with `ls -l`. Operations for files that contain spaces does not work with the default config file as the argument...

Hi! Just installed `lazycli` on Ubuntu 18.04 and tried it with `ls -l`. Typing `$` does open the config file with `xdg-open`, but the default config file commands to open...

I'm using lazycli 0.1.14 on a Windows10 machine. I do not have any default association for the .yml files. So, for example, if I try to > start C:\Users\me\AppData\Roaming\lazycli\config\config.yml I...

Is it possible to yield control of the terminal to each command when it runs? This would open up a bunch of new possibilities. 1. Commands that use $EDITOR or...