app like that
CommandFor
CommandFor

CommandFor is a tool to search, copy, and run command-line prompts. It categorizes commands for Bash, Command Prompt, Git, Docker, Firebase, and AWS. Users can find command details, get explanations, and contribute to the community.

Features

Search Commands

Find the perfect command for your task by searching through various categories.

Find Details

Get comprehensive explanations and usage examples for the commands.

Contribute Knowledge

Users can share their expertise with the community by contributing knowledge.

Bash

Explore Bash commands for shell scripting and command-line interfaces.

Command Prompt

Explore Command Prompt commands for Windows command line tasks.

Git

Explore Git commands for version control and source code management.

Docker

Explore Docker commands for containerization and managing containerized applications.

firebase

Explore Firebase commands for managing Firebase services and development.

aws

Explore AWS commands for managing Amazon Web Services and cloud computing tasks.

Command Search

Effortlessly search for various CLI commands across different categories such as Bash, Git, Docker, and more.

Detailed Explanations

Access detailed explanations and descriptions of CLI commands to enhance understanding.

Usage Examples

Explore usage examples to better grasp how commands work in practical scenarios.

Community Engagement

Encourages users to share expertise and contribute to a collective knowledge base, fostering a collaborative environment.

rm

Removes files or directories.

cd

Changes the current working directory.

mkdir

Creates a new directory.

mv

Moves or renames files or directories.

grep

Searches for patterns in files or output.

ls

Lists files and directories in the current directory.

pwd

Displays the current working directory path.

cp

Copies files or directories.

cat

Displays the contents of a file.

chmod

Changes the permissions of files or directories.

Command Search

Search for specific command prompt commands using a search bar feature.

Command Details

Provides details for each command, such as 'netstat', which prints network connections and statistics.

Category Navigation

Browse through different categories like AWS, Bash, Docker, Firebase, and Git to find relevant commands.

Add Command

Option to add new commands to the list, allowing users to contribute.

git merge

Combines changes from different branches.

git remote -v

Shows your repository's remote branch. Can be an HTTPS URL or SSH.

git commit -a | --all

Automatically stages files that have been modified and deleted, excluding new files not told about.

git branch

Lists all local branches in your repository.

git branch branch-name

Creates a new branch with the specified name.

git branch -a

Lists all remote branches.

git branch -m new-branch-name

Renames the current branch.

git init

Creates a new Git repository in the current directory.

git clone

Creates a copy of a remote repository on your local machine.

git add

Stages changes for commit.

git commit

Records staged changes to the repository.

git push

Uploads local repository changes to a remote repository.

git pull

Fetches and merges changes from a remote repository to the local repository.

git branch

Lists, creates, or deletes branches.

git checkout

Switches between branches or restores working tree files.

git status

Displays the state of the working directory and staging area.

firebase init

Initializes a new Firebase project in the current directory.

firebase deploy

Deploys your project to Firebase, including hosting, functions, and other configured services.

firebase serve

Starts a local development server to test your Firebase project.

firebase logout

Logs out of the Firebase CLI.

firebase database:set /path/to/data value

Sets data at a specific path in your Firebase Realtime Database.

firebase use <project_id>

Sets the active Firebase project for subsequent commands.

firebase deploy --only hosting,functions

Deploys only specific services (in this case, hosting and functions) to Firebase.

firebase login

Authenticates the Firebase CLI with your Google account.

firebase database:get /path/to/data

Retrieves data from a specific path in your Firebase Realtime Database.

firebase deploy --only functions

Deploys only Cloud Functions to your Firebase project.

aws ec2 describe-instances

Lists details about EC2 instances in your AWS account.

aws lambda list-functions

Displays a list of all Lambda functions in your AWS account.

aws rds describe-db-instances

Provides information about your RDS database instances.

aws dynamodb list-tables

Shows all DynamoDB tables in your AWS account.

aws sns list-topics

Displays all SNS topics in your AWS account.

aws s3 ls

Lists all S3 buckets in your AWS account.

aws cloudformation create-stack

Creates a new CloudFormation stack based on a template.

aws iam list-users

Lists all IAM users in your AWS account.

aws sqs list-queues

Lists all SQS queues in your AWS account.

aws cloudwatch get-metric-statistics

Retrieves statistics for specified CloudWatch metrics.