Giter VIP home page Giter VIP logo

terminal's Introduction

Terminal

alt Terminal

Web application that fascinated with terminal behavior.

Proof of concept can be viewed in https://datamate.github.io/

Install pacakges

Install packages using yarn

yarn install

Run project

  • Run using yarn

    yarn start
  • Run using NPM

    npm start

Create optimized production build

  • Build using yarn

    yarn build
  • Build using NPM

    npm run build

Deployment

  • Update the production site git information in deploy.sh
    git remote add origin YOUR_GIT_ORIGIN_URL
    
  • Change permission of the file deploy.sh:
    chmod 777 deploy.sh
    
  • Deploy the site:
    ./deploy.sh
    

Development Status

3 - Alpha

Development Status Phases

  1. Planning
  2. Pre-Alpha
  3. Alpha
  4. Beta
  5. Production/Stable
  6. Mature
  7. Inactive

Author: Ahmedur Rahman Shovon

terminal's People

Contributors

arsho avatar

Stargazers

Arnab Kumar Shil avatar Ratul Basak avatar

Watchers

James Cloos avatar  avatar Md Najim Ahmed avatar

Forkers

elaa0505

terminal's Issues

Create table component.

Success Criteria:

  • A table component with variable length column
  • Can create table from an array

Create man command to show description of the command

man command should show the description of the command.

Example:

man help
Type help to see available commands

Success Criteria

  • man should only parse one single command
  • if the command is available show the description. Otherwise show:
    No manual entry for {user input}
  • if multiple commands are given show:
    Please entry one single command at a time

Adapt URL in data.json

Terminal should able to show URL from data.json
For example set,
whoami output -> <a href="https://arshovon.com">arsho</a>

Allow multi line output

  • In data.json file allow the output to adapt multi_line format. Output will be a list of strings. Each element of the list should be shown in separate lines.
  • Create a react component which receives a list as prop and output each element of the list in a separate line

Display list of commands dynamically

Current Scenario

  • When an user types help it shows the commands stored in output attribute of help command.
  • It does not list all the commands dynamically. - - May cause inconsistency as the output attribute may not have updated list of commands.
  • Moreover if we add new commands in the JSON file we also need to add the command title in help.output attribute

Success criteria

  • Help.output attribute should have a single value as array element but not the static command list
  • When an user types help command:
    • Use multi_line format to show the output
    • Show the single value from the help.output attribute
    • Show the list of available commands dynamically from the JSON file

Auto deployment script

Add a script to build and deploy the optimized production build to production git repo.

Create makefile

Create makefile to do the following operations:

  • install dependencies
  • run the project
  • deploy the project to production server

Command in JSON

Success criteria:

  • Get commands from a JSON file
  • If the user command matches with any command in the JSON file output accordingly

Auto complete command

Add auto complete feature in terminal.
For example,
If user writes lsb it should suggest lsb_release

Change theme option

Success criteria

  • Two separate CSS file.
    • Ubuntu terminal scheme
    • Another popular terminal scheme (Most probably Github
  • Add a Github like color scheme
  • When an user writes changetheme it will toggle the theme to Github scheme to Ubuntu scheme and vice versa

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.