#custom terminal file explorer

21 messages · Page 1 of 1 (latest)

tidal fiber
#

i'm making a custom terminal/cmd.
cd is command that will change directory.
path is command that will display details about a path
explorer is a command that will open file explorer in a path. (or to view a path in the parent dir)

i want to make a command that will be a cmd version of a file explorer.
what should i name the command?
(i also thought to use like explorer -t true or with cd or path instead of another command.

reply with a name of a command.
or react with 1️⃣ for base off cd
or react with 2️⃣ for base off path
or react with 3️⃣ for base off explorer

visual pine
#

if you're going with cd for Change Directory, why not name all commands after ones that already exist?

#

btw what are you writing it in?

tidal fiber
#

right now it's written in python because i am most fluent in that.

tidal fiber
#

i don't know of a terminal command like a file explorer.

visual pine
#

in linux terminal the closest thing I know is mc, Midnight Commander

#

but I usually just use ls, cd, mkdir, touch, etc.

tidal fiber
#

my vision is kinda like mc. but the name just doesn't make sense.

visual pine
#

cmd wasn't made to be like a gui anyway mhm

tidal fiber
#

ik

#

how does this look?

~/ THE_COMMAND -d beans
    $/beans
 /Tacos
 /Chips
  file           png
  other          txt
  "my_cool"  ..  json
#

should i shorten the names or?

tidal fiber
#

@visual pine how about look?

visual pine
#

I mean it depends what your end goal really is. If it were me I'd name the commands after ones that actually exist

gray hearth
#

What’s the goal with ur explorer? @tidal fiber

tidal fiber
#

like a gui file explorer, but in a terminal.
you can press up and down to select a folder.
press enter to cd into that.
when you press escape, it escapes the explorer back into the terminal with the directory being the one you are currently in..

#

rn you open the explorer with cd -look y

#

, should i not show files? just folders?

gray hearth
#

Maybe just "explore"

tidal fiber
#

that is reserved for the windows file explorer (i could use an argument though)