Files
lab_terminal/poetry.lock
Cory Dean Chung 2d0c7d8544 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.
2023-07-13 21:49:51 -04:00

32 lines
1.2 KiB
TOML

# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]]
name = "click"
version = "8.1.5"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
files = [
{file = "click-8.1.5-py3-none-any.whl", hash = "sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548"},
{file = "click-8.1.5.tar.gz", hash = "sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"},
]
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[package]]
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "6cfb3d71df95e3e0d9fbd3bd3803dcaea2cd2db898299bb891ccda039aede2bb"