Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filesystem Tools #5

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from
Draft

Filesystem Tools #5

wants to merge 11 commits into from

Conversation

adriendupuis
Copy link
Owner

@adriendupuis adriendupuis commented May 27, 2020

  • lsd: colorized and detailed file list
  • mv-ln: move and let a symlink
  • cpd or mvd: copy or move files to a directory, create the directory and its parent if not existing
  • calc: quickly evaluate a calculus (using bc)

@adriendupuis adriendupuis changed the base branch from master to develop May 27, 2020 16:37
@adriendupuis adriendupuis changed the title Generic Tools Filesystem Tools Jun 10, 2020
@adriendupuis
Copy link
Owner Author

calc example with the acute angle of 3-4-5 right triangle in degrees: calc a(3/4)*45/a(1);

aliases.sh Outdated Show resolved Hide resolved
aliases.sh Outdated Show resolved Hide resolved
fi;
alias grep='grep --color=auto';
alias grepc='grep --color=always';
alias less='less --RAW-CONTROL-CHARS';
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
alias less='less --RAW-CONTROL-CHARS';
alias less='less --RAW-CONTROL-CHARS';
alias jql='jq --color-output | less --RAW-CONTROL-CHARS';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant