8000 17 write simple straight to the point docs about every command to the docs folder by tacheraSasi · Pull Request #19 · tacheraSasi/ellie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

17 write simple straight to the point docs about every command to the docs folder #19

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/chat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# chat

Start an interactive chat session with the AI assistant.

## Usage
```sh
ellie chat
```

Opens an interactive chat with the AI assistant (requires API key).
10 changes: 10 additions & 0 deletions docs/connect-wifi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# connect-wifi

Connect to a Wi-Fi network.

## Usage
```sh
ellie connect-wifi <SSID> <password>
```

Connects to the specified Wi-Fi network using the provided SSID and password.
10 changes: 10 additions & 0 deletions docs/create-file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# create-file

Create a new file at the specified path.

## Usage
```sh
ellie create-file <path>
```

Creates a new file at the given path.
10 changes: 10 additions & 0 deletions docs/dev-init.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# dev-init

Initialize your development environment by installing recommended tools.

## Usage
```sh
ellie dev-init [--all]
```

Installs recommended development tools. Use `--all` to install all tools.
10 changes: 10 additions & 0 deletions docs/focus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# focus

Activate focus mode for productivity.

## Usage
```sh
ellie focus
```

Enables focus mode, which may reduce distractions or enable special features.
10 changes: 10 additions & 0 deletions docs/greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# greet

Greet the user based on the time of day.

## Usage
```sh
ellie greet
```

Prints a friendly greeting message.
10 changes: 10 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# install

Install a package or tool.

## Usage
```sh
ellie install <package>
```

Installs the specified package or tool.
10 changes: 10 additions & 0 deletions docs/list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# list

List files in a directory.

## Usage
```sh
ellie list <directory>
```

Lists all files and folders in the specified directory.
10 changes: 10 additions & 0 deletions docs/network-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# network-status

Show the current network status.

## Usage
```sh
ellie network-status
```

Displays information about your current network connection.
10 changes: 10 additions & 0 deletions docs/open-explorer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# open-explorer

Open the system file explorer at the current directory.

## Usage
```sh
ellie open-explorer
```

Opens your default file explorer window at the current location.
10 changes: 10 additions & 0 deletions docs/open.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# open

Open a file or directory in the system file explorer.

## Usage
```sh
ellie open <path>
```

Opens the specified file or directory in your default file explorer.
10 changes: 10 additions & 0 deletions docs/play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# play

Play a media file.

## Usage
```sh
ellie play <media>
```

Plays the specified media file (audio or video).
10 changes: 10 additions & 0 deletions docs/pwd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# pwd

Show the current working directory.

## Usage
```sh
ellie pwd
```

Prints the full path of the current directory.
10 changes: 10 additions & 0 deletions docs/run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# run

Run the main application logic or a specific task.

## Usage
```sh
ellie run
```

Runs the main application or a default task. (Details depend on your configuration.)
10 changes: 10 additions & 0 deletions docs/send-mail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# send-mail

Send an email using the configured mailer.

## Usage
```sh
ellie send-mail
```

Sends an email using your configured mail settings.
10 changes: 10 additions & 0 deletions docs/setup-git.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# setup-git

Set up Git with your credentials and configuration.

## Usage
```sh
ellie setup-git
```

Configures Git for your user (requires credentials in config).
10 changes: 10 additions & 0 deletions docs/size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# size

Show the size of a file or directory.

## Usage
```sh
ellie size <path>
```

Prints the size of the specified file or directory.
10 changes: 10 additions & 0 deletions docs/sysinfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# sysinfo

Show system information.

## Usage
```sh
ellie sysinfo
```

Displays information about your system (OS, CPU, memory, etc.).
10 changes: 10 additions & 0 deletions docs/update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# update

Update all installed packages or tools.

## Usage
```sh
ellie update
```

Updates all packages or tools to their latest versions.
10 changes: 10 additions & 0 deletions docs/user-env.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# user-env

Show the current user environment and context.

## Usage
```sh
ellie user-env
```

Prints information about the current user, OS, shell, directory, and more.
0