lcmd

Powerful linux commands simplified


License
MIT
Install
pip install lcmd==0.0.1

Documentation

Powerful L Commands

Implementation of L Commands

Requirements

  • Linux Operating System
  • Python 2.7

open command

To open any file or directory in Ubuntu

Command Name Use status
open filename Open a given filename in any editor done
open folder foldername Open a given directory in file manager pending

search command

Command Name Uses status
search keyword filename Search if the given keyword exist in the filename done
search filename foldername Search if the file exists in the given directory done

code Command

Working with codes in Shell

Command Name use status
code lang filename To run any language codes in terminal pending
code c filename To run C files done
code cpp filename To run cpp files done
code js filename To run JavaScript in terminal done
code py filename To run python codes in terminal done
code rb filename To run ruby codes done
code sh filename To run shell scripts done
code go filename To run GO codes in terminal done

math Command

Command Name Use Status
math To perform mathematical operations. done
math add A B Addition of Two numbers done
math sub A B Subtract two numbers done
math pow A B Output A^B done
math bin A Converts integer A into Binary number done
math hex A Converts Decimal integer to Hex done
math mul A B Multiply A * B done
math div A B divide A/B done

Tests

Pending

License

The MIT License