Giter Site home page Giter Site logo

geekanant / linuxexplorer Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.61 MB

linuxexplorer.info - Beginners guide to linux!

Home Page: https://www.linuxexplorer.info

HTML 11.89% JavaScript 37.65% SCSS 25.83% CSS 24.64%
linux commands-cheat-sheet interactive linux-shell

linuxexplorer's Introduction

Linux Explorer

Table of Contents

Intro

Tech Stack

Installation

Intro

Recently, I came across summitech's gitexplorer. I found it pretty cool and decided to develop something similar for Linux.

Explore and Enjoy!

Tech Stack

  • React

Installation

yarn (Install all dependencies)

yarn start

Contribute

Thank you for contributing to linuxexplorer!

Please follow the below instructions to send a Pull Request (Search the website to make sure that this command doesn't already exist).

The data folder (inside the src directory) is where you will be operating from. The two files you should be concerned with are the primary-options.jsand secondary-options.js files.

These two files are responsible for the options a user can pick.

primary-options.js contains an array of objects responsible for the options of the first select box. secondary-options.js contains an object. This object houses an arrays of objects (a mouthful ๐Ÿ˜„), this is responsible for the second set of options a user sees when they select a primary option.

Steps to add a new command
  1. Please ensure you are not on the main branch. Checkout to a new branch entirely.
  2. Add an object to the array in the primary-options.js file. Sample Format:
 { value: 'show', label: 'show/view' }
  1. Add an array to the secondary-options file. Sample Format:
show: [
    {
      value: 'file-permissions',
      label: 'the permissions given to a file',
      usage: 'chmod <permissions> <filename>'
      nb: 'additional info'
    }

The nb is optional. It is responsible for what the user sees in the notes section.

\n is used to insert newline.

4. Once you are done, add, commit, push and create a PR to main.

linuxexplorer's People

Contributors

geekanant avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.