Y
Hacker News
new
|
ask
|
show
|
jobs
by
lostmsu
1348 days ago
The main way I navigate these days is global search through Everything. File operations apart from saving and opening files are extremely rare, and I just do them from PowerShell via command history.
1 comments
cek
1348 days ago
Do you happen to use "F7 History" [1] which is based on `Out-ConsoleGridView`, which, in-turn is built on Terminal.Gui?
If not, why not? (Because I'd love to make it even better).
[1]
https://github.com/gui-cs/F7History
link
lostmsu
1348 days ago
I use PowerShell's standard F8, which autocompletes commands from history.
link
If not, why not? (Because I'd love to make it even better).
[1] https://github.com/gui-cs/F7History