Commands Reference
Complete reference of all available PyShell commands
25
Standard Commands
11
Git Commands
12
Unique Features
Standard Commands
Core PyShell commands for everyday terminal operations
rename
File Operations
Rename files and directories
move
File Operations
Move files and directories
copy
File Operations
Copy files and directories
processes
System
List running processes
kill
System
Terminate processes
network
Network
Network information and tools
copytext
Utilities
Copy text to clipboard
paste
Utilities
Paste from clipboard
password
Security
Generate secure passwords
calc
Math
Basic calculator operations
stats
System
System statistics
equation
Math
Solve mathematical equations
differential
Math
Differential equation solver
math-help
Math
Mathematical help and formulas
weather
Information
Weather information
schedule
Productivity
Schedule tasks and reminders
tasks
Productivity
Manage tasks and to-dos
unscheduled
Productivity
View unscheduled tasks
stop
System
Stop running operations
cls
Terminal
Clear terminal screen
terminal
Terminal
Terminal operations
game
Entertainment
Built-in games and entertainment
pybot
AI
AI assistant integration
plot
Visualization
Data visualization and plotting
exit
Terminal
Exit PyShell
Standard Git Commands
Essential Git operations with PyShell enhancements
git-status
Status
Show repository status
git-branches
Branches
List all branches
git-create
Branches
Create new branch
git-switch
Branches
Switch between branches
git-push
Remote
Push changes to remote
git-pull
Remote
Pull changes from remote
git-merge
Branches
Merge branches
git-delete
Branches
Delete branches
git-clone
Repository
Clone repositories
git-add
Staging
Stage changes
git-commit
Staging
Commit changes
Unique Git Features
Innovative Git features exclusive to PyShell
play
Interactive
Interactive Git playground
git-smart
AI
AI-powered Git suggestions
git-help
Help
Contextual Git help
git-history
History
Visual commit history
git-undo
Recovery
Smart undo operations
git-stash
Stashing
Enhanced stash management
git-recover
Recovery
Recover lost commits
git-dashboard
Visualization
Git repository dashboard
git-auto_merge
Automation
Automated merge resolution
git-voice
Voice
Voice-controlled Git operations
git-reminder
Productivity
Git task reminders
git-offline_sync
Sync
Offline synchronization
Usage Examples
# File operations
rename old_file.txt new_file.txt
move file.txt /path/to/destination/
copy document.pdf backup/
# Git operations
git-status
git-create feature-branch
git-smart commit "Add new feature"
# Unique features
weather london
calc 2 + 2 * 5
password --length 16 --secure