Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add console commands to the REPLs #1

Open
sfranzyshen opened this issue Jan 5, 2020 · 2 comments
Open

Add console commands to the REPLs #1

sfranzyshen opened this issue Jan 5, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request Release v2.0 Release v1.0 Dependency
Milestone

Comments

@sfranzyshen
Copy link
Member

sfranzyshen commented Jan 5, 2020

ls <dir> (list files in dir ... or pwd if non given) 
pwd (prints present working directory)
cd <dir> (change directory)
rm <file> (remove delete file)
mv <file> <file> (move or rename file)
cp <file> <file>(copy file)
cat <file> (concatenate file)

reboot (reboot hardware)
reload (reload virtual machine)

wifi 
  scan (wifi scan)
  connect <ap> <password> (wifi connect, prompted for password when needed if not given)
  status (wifi current status) 

config
  <key> <value> (config set key value pair)
  <key> (config get key value pairs)
  (prints full current config file)

ver (version)
info (information about system)
help (list commands and usage)
@sfranzyshen sfranzyshen added the enhancement New feature or request label Jan 5, 2020
@sfranzyshen sfranzyshen self-assigned this Jan 5, 2020
@sfranzyshen sfranzyshen added the help wanted Extra attention is needed label Jan 5, 2020
@sfranzyshen sfranzyshen added this to the First Release milestone Jan 5, 2020
@sfranzyshen sfranzyshen changed the title Add console commands to the repl Enhancement: Add console commands to the repl Jan 15, 2020
@sfranzyshen sfranzyshen changed the title Enhancement: Add console commands to the repl Add console commands to the repl Jan 24, 2020
@sfranzyshen sfranzyshen removed the help wanted Extra attention is needed label Jan 24, 2020
@sfranzyshen sfranzyshen removed this from the Release v1.0 milestone Jan 24, 2020
@sfranzyshen sfranzyshen added the Release v2.0 Release v1.0 Dependency label Feb 1, 2020
@sfranzyshen sfranzyshen changed the title Add console commands to the repl Add console commands to the repl's Feb 1, 2020
@sfranzyshen
Copy link
Member Author

sfranzyshen commented Feb 1, 2020

The list has grown ... starting to work on the wifi & config functions first

@sfranzyshen sfranzyshen changed the title Add console commands to the repl's Add console commands to the REPLs Feb 1, 2020
@sfranzyshen
Copy link
Member Author

@sfranzyshen sfranzyshen added this to the Release v1.0 milestone Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Release v2.0 Release v1.0 Dependency
Projects
None yet
Development

No branches or pull requests

1 participant