Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
11 results tagged bash  ✕
Stupid Bash tricks: History, reusing arguments, files and directories, functions, and more https://www.redhat.com/sysadmin/stupid-bash-tricks
Wed 01 Jul 2020 06:44:33 PM CEST
QRCode

Here are five great tips and tricks for the Bash shell that you can use at your Linux terminal today.

article bash linux shell tips
rush - A Minimalistic CLI Tool for Managing and Running Bash Snippets https://github.com/rednafi/rush
Mon 27 Jan 2020 09:32:16 PM CET
QRCode

A Minimalistic CLI Tool for Managing and Running Bash Snippets.

automation bash coding_lang:python opensource script source_code tools utility
Bash - Bourne Again SHell https://www.gnu.org/software/bash/
Sun 25 Aug 2019 04:52:02 PM CEST
QRCode

The most widespread system shell to date.

#cli-app bash homepage linux opensource shell software
Things You Didn't Know About GNU Readline https://twobithistory.org/2019/08/22/readline.html
Fri 23 Aug 2019 08:35:59 PM CEST
QRCode

What is GNU Readline and where did it come from?

article bash
mcfly - Fly through your shell history https://github.com/cantino/mcfly/
Mon 29 Jul 2019 07:45:52 AM CEST
QRCode

McFly replaces your default ctrl-r Bash history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network.

#cli-app bash coding_lang:rust opensource shell software source_code terminal
10 handy Bash aliases for Linux https://opensource.com/article/18/9/handy-bash-aliases
Mon 01 Oct 2018 11:54:56 PM CEST
QRCode

How many times have you repeatedly typed out a long command on the command line and wished there was a way to save it for later? This is where Bash aliases come in handy. They allow you to condense long, cryptic commands down to something easy to remember and use. Need some examples to get you started? No problem!

bash command_line linux programming
liquidprompt - A full-featured & carefully designed adaptive prompt for Bash & Zsh https://github.com/nojhan/liquidprompt
Tue 11 Sep 2018 06:09:42 AM CEST
QRCode

Liquid Prompt gives you a nicely displayed prompt with useful information when you need it. It shows you what you need when you need it.

You will notice what changes when it changes, saving time and frustration. You can even use it with your favorite shell – Bash or zsh.

image

bash linux opensource shell source_code terminal zsh
liquidprompt: A full-featured & carefully designed adaptive prompt for Bash & Zsh https://github.com/nojhan/liquidprompt
Tue 11 Sep 2018 06:09:42 AM CEST
QRCode

Liquid Prompt gives you a nicely displayed prompt with useful information when you need it. It shows you what you need when you need it.

You will notice what changes when it changes, saving time and frustration. You can even use it with your favorite shell – Bash or zsh.

image

bash linux opensource shell source_code terminal zsh
ash: A Modular Bash Framework https://github.com/ash-shell/ash
Wed 22 Aug 2018 12:00:49 AM CEST
QRCode

Building command line tools in Bash is an extremely tedious and somewhat enigmatic task. There's quite a bit of boilerplate code you're going to have to write if you want your script to do more than just one thing, which will only clutter your script. In addition, your scripts will likely never be able to reference good code you've written from old scripts.

Ash helps you get rid of all of your boilerplate by letting you call functions directly from the command line, while also providing a modular approach to scripting which will allow you to share code between scripts.

You are able to build a module independently that functions as a CLI or as a library (or any combination of the two), and easily share your module with the world.

bash cli development framework library linux opensource software source_code
Quickly navigate your filesystem from the command-line http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
Tue 08 Sep 2015 11:00:31 PM CEST
QRCode

Interesting approach to quick filesystem navigation.

Automated tools like autojump, z, and fasd address this problem by offering shortcuts to the directories you often go to. The author of this shell hack prefers a more manual solution, which provided quite an increase in efficiency with this.

article bash command_line filesystem howto shell software tools
Hacking a Safe with Bash | Linux Journal http://www.linuxjournal.com/content/hacking-safe-bash
Tue 28 Jul 2015 08:21:21 PM CEST
QRCode

Through the years, I have settled on maintaining my sensitive data in plain-text files that I then encrypt asymmetrically.

bash cryptography gpg linux security software
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn