https://github.com/claromes/useful

Lists of useful GNU/Linux commands

https://github.com/claromes/useful

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Lists of useful GNU/Linux commands

Basic Info
  • Host: GitHub
  • Owner: claromes
  • License: gpl-3.0
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 18.6 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

useful

Lists of useful GNU/Linux commands I use in my daily routine. The script uses less for pagination.

Installation

bash git clone git@github.com:claromes/useful.git

bash cd useful && sudo chmod +x ./useful.sh

In the .bashrc file, add the following line:

bash alias useful='/home/<user>/useful/useful.sh'

Usage

Available lists: bash useful help

Show list: bash useful <LIST NAME>

Add your own commands and lists

Fork the project and modify the useful.sh script.

In the ###### COMMANDS ###### section, insert your commands, creating a new variable.

In the ###### ECHO ###### section, add another option to the case statement with the list name (arg_name) that will be passed as an argument, and the variable with the commands ($NAME_CMD). bash arg_name) echo "$NAME_CMD" | less -R exit 0 ;;

Don't forget to insert this new arg_name into the HELP variable, in the ###### HELP ###### section of the code.

Owner

  • Login: claromes
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels