Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 948 Bytes

File metadata and controls

46 lines (37 loc) · 948 Bytes

Example Flow:

  1. Start with Basic Info:
nexsh> hi, what can you tell me about this system?
  1. Show Natural Language Understanding:
nexsh> find files i worked on today
  1. Demonstrate Safety Features:
nexsh> delete all files older than 30 days
# (NexSh will show warning and ask for confirmation)
  1. Show Advanced Features:
nexsh> analyze system performance and give me a report

Common User Scenarios:

  1. File Management:
nexsh> organize my downloads folder by type
nexsh> find duplicate files in my documents
nexsh> show large files taking up space
  1. System Maintenance:
nexsh> optimize system performance
nexsh> clean up system junk
nexsh> check for software updates
  1. Development Tasks:
nexsh> start my development environment
nexsh> check git status of all my projects
nexsh> show active ports used by my applications