Skip to content

Help Linux engineers quickly find the right Cmd commands without digging tirelessly through the internet

Notifications You must be signed in to change notification settings

SeunAgbede/Linux2cmd

Repository files navigation

Linux2cmd

Table of Contents

Intro

Tech Stack

Run Locally

Contribute

Design Files

Support


Recently, i've found myself working a lot more with Windows machines and by extension Command Prompt.

Many times, i'd want to run a linux command but not know what it is on cmd. Searching for the right command online often takes me a few seconds to sometimes minutes - which I've found frustrating 😠.

I thought to put this project together for other linux oriented users who might be in a similar situation. Hope you enjoy and possibly find this useful!

You can visit the website here to get going! 🚀

  • Figma
  • React
  • Netlify

Netlify Status

Method 1


# Prerequisite: have npm installed

# clone project
git clone https://github.com/SeunAgbede/Linux2cmd.git

# change directory
cd Linux2cmd

# install dependencies
npm install

# run in browser (by default http://localhost:3000)
npm start

Method 2


# Prerequisite: have Docker installed and configured

# create and start containers
docker compose up

# in browser, navigate to http://localhost:8080 

Thank you for your interest in contributing to this project.

All types of contributions are valued.

If you're interested, see the original design files for this project created with Figma. Staying true to the designer in me ✌️✨

Below is a mock up of what I originally intended but as always, some details changed while building.

If you've found this project useful, please feel free to support by buying me a coffee. Thank you ♥️

About

Help Linux engineers quickly find the right Cmd commands without digging tirelessly through the internet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published