zach valenta
zach valenta
last commit to Lime's Github repo almost 18 months ago
__ask__ CLI arg to output snapshot of system metrics (CPU, mem, disk, et al.) as JSON __why__ Diffing. For example, let's say your machine feels laggy. You open gotop and...
instead of clickable link, this is what renders `Next up: [DNS Basics](basic.md.html).`
Whenever I delete either 1) a large audio file or 2) a directory containing a bunch of audio files, they don't end up in the trash. Maybe a combined file...
One cool idea from a similar tool ([jsonui](https://github.com/gulyasm/jsonui)) is that of a tree-view so you can see top-level keys at a glance. No idea if this is desirable or feasible...
per PEP 257, docstrings should be on the first line of a function (versus outside/above the function)
Thinking it'd be nice for the Outline view if we could differentiate between classes imported into a module vs. declared within, especially for the purpose of [filtering by type](https://code.visualstudio.com/updates/v1_40#_type-filters-for-outline-and-breadcrumbs). I...
We can control `CWD_FG`, figure background might be worthwhile as well.
I looked through [segments](https://github.com/b-ryan/powerline-shell/tree/master/powerline_shell/segments) and seems like there is only support for virtualenv at the moment; any plans to support Poetry? I searched through the issues and didn't see any...
Is there a way to execute an arbitrary shell command from within fff? For example, run `fd` and see the results, then use fff to navigate there?