generated from mwc/lab_terminal
My experience moving around the terminal was a bit
clunky at first. I haven't really used the terminal since I had to back in high school for a class, and even then it was only for a bit. The thing I always remembered was ls, because I kept forgetting what files were in the directory. Without the gui, I had difficulty remember what was in a given folder. I realize as I'm writing this that I probably could have switched from the coral_reef folder to the lab_terminal folder in one shot as opposed to constantly using cd .. to go to each parent directory one at a time. If I could keep track of the path names properly, I can imagine moving files, especially in folders with lots of eils, and going to different folders would be faster using the terminal than with a desktop and mouse. It'd probably make organizing large numbers of files convenient. My desktop definitely needs that.
This commit is contained in:
parent
fad932f52a
commit
2d0c7d8544
|
@ -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