generated from mwc/lab_terminal
That darn monster though.
Navigating the command line interface has been fun so far. I have used cd, ls, and some other basic commands before but to have to specifically navigate through a puzzle involved thinking about how to use them, not just completing some rote, trivial task, which was really neat. In order to get past the monster, I employed the up and down arrows to get me the quick execution that I needed, though looking at it later, I could have been more savvy in my specific bouncing around too. I could see basic file navigation being substantially faster in a CLI than a GUI from the standpoint of being able to autocomplete paths and reuse previous commands compared vs having to manually search/sort, even if the structure is organized.
This commit is contained in:
parent
47ccca6361
commit
21dee3d612
|
@ -2,13 +2,13 @@
|
|||
|
||||
[[package]]
|
||||
name = "click"
|
||||
version = "8.1.4"
|
||||
version = "8.1.5"
|
||||
description = "Composable command line interface toolkit"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "click-8.1.4-py3-none-any.whl", hash = "sha256:2739815aaa5d2c986a88f1e9230c55e17f0caad3d958a5e13ad0797c166db9e3"},
|
||||
{file = "click-8.1.4.tar.gz", hash = "sha256:b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37"},
|
||||
{file = "click-8.1.5-py3-none-any.whl", hash = "sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548"},
|
||||
{file = "click-8.1.5.tar.gz", hash = "sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
Loading…
Reference in New Issue