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
page 1 / 2
32 results tagged shell  ✕
cadmus - Shell Scripts to Facilitate Effective Note Taking https://github.com/RyanGreenup/cadmus
Mon 20 Jul 2020 04:03:38 PM CEST
QRCode

#cli-app markdown note_taking shell
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
Shell productivity tips and tricks https://blog.balthazar-rouberol.com/shell-productivity-tips-and-tricks.html
Sat 25 Apr 2020 09:23:58 PM CEST
QRCode

An introduction to shell productivity features: autocompletion, keyboard shortcuts, history navigation and shell expansions.

article command_line links resources shell tips tutorial
the-art-of-command-line - Master the command line, in one page https://github.com/jlevy/the-art-of-command-line
Sat 25 Apr 2020 01:18:03 AM CEST
QRCode

Fluency on the command line is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This is a selection of notes and tips on using the command-line that we've found useful when working on Linux. Some tips are elementary, and some are fairly specific, sophisticated, or obscure. This page is not long, but if you can use and recall all the items here, you know a lot.

image

5_stars command_line links shell tips
Linux Cheat Sheets for Quick Access from the Command Line https://www.putorius.net/linux-cheat-sheets.html
Wed 19 Feb 2020 09:53:02 PM CET
QRCode

Use the cheat utility to keep Linux cheat sheets handy on the command line. Personalize your cheat sheets by editing and creating them to suit your needs.

image

article cheatsheet command_line linux shell tutorial
Cod - New Command Line Autocomplete Daemon For Bash and Zsh That Detects https://www.linuxuprising.com/2020/02/cod-new-command-line-autocomplete.html
Tue 11 Feb 2020 03:16:41 AM CET
QRCode

Cod is a new command line completion daemon written in Go for Bash and Zsh. The tool detects the usage of --help to generate autocompletion for commands that don't support this.

article shell tools
run - Easily manage and invoke small scripts and wrappers https://github.com/TekWizely/run
Wed 18 Dec 2019 06:58:47 PM CET
QRCode

Do you find yourself using tools like make to manage non build-related scripts?

Build tools are great, but they are not optimized for general script management.

Run aims to be better at managing small scripts and wrappers, while incorporating a familiar make-like syntax.

automation coding_lang:go opensource script shell software source_code
forgit - Fuzzy git https://github.com/wfxr/forgit
Wed 20 Nov 2019 09:37:11 AM CET
QRCode

A utility tool powered by fzf for using git interactively.

#cli-app coding_lang:bash git opensource shell software terminal
Starship https://starship.rs/
Tue 17 Sep 2019 09:51:02 PM CEST
QRCode

The cross-shell prompt for astronauts.

Compatibility First

Works on the most common shells on the most common operating systems. Use it everywhere!

Rust-Powered

Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible.

Customizable

Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be.

coding_lang:rust homepage opensource shell software
Starship - The cross-shell prompt for astronauts https://starship.rs/
Tue 17 Sep 2019 09:51:02 PM CEST
QRCode

Compatibility First

Works on the most common shells on the most common operating systems. Use it everywhere!

Rust-Powered

Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible.

Customizable

Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be.

#cli-app coding_lang:rust homepage opensource shell software
Zsh - Alternative shell designed for interactive use http://www.zsh.org/
Sun 25 Aug 2019 04:52:11 PM CEST
QRCode

Alternative shell designed for interactive use.

#cli-app homepage linux opensource shell software zsh
Fish - A command line shell for the 90s https://fishshell.com/
Sun 25 Aug 2019 04:52:08 PM CEST
QRCode

Focused on user-friendliness, with powerful autosuggestions, colors, "sane scripting" (w.r.t. to Bash).

#cli-app homepage linux opensource shell software
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
hstr - History manager https://github.com/dvorka/hstr
Sun 25 Aug 2019 04:51:57 PM CEST
QRCode

A tool for managing the history; powerful visual search and execution of previous commands; history editing capabilities.

#cli-app linux opensource shell software source_code terminal
gogo | Bookmark directories inside your shell https://github.com/mgoral/gogo
Sat 24 Aug 2019 01:55:53 PM CEST
QRCode

Bookmark directories inside your shell.

coding_lang:python opersource shell software source_code tools utility
Introducing nushell http://www.jonathanturner.org/2019/08/introducing-nushell.html
Sat 24 Aug 2019 01:39:36 PM CEST
QRCode

image

article coding_lang:rust opensource shell software
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
goto: A shell utility to quickly navigate to aliased directories supporting auto-completion https://github.com/iridakos/goto
Mon 15 Oct 2018 10:03:39 AM CEST
QRCode

How does it work?

User registers directory aliases, for example:

goto -r dev /home/iridakos/development

and then cds to that directory with:

goto dev
shell software utility
Goto - Quickly Navigate to Aliased Directories with Auto-Completion Support https://www.tecmint.com/goto-navigate-aliased-directories-with-auto-completion/
Sun 14 Oct 2018 10:52:53 PM CEST
QRCode

In a recent article, we talked about Gogo – a tool to create shortcuts for long paths in a Linux shell. Although gogo is a great way to bookmark your favorite directories inside a shell, however, it has one major limitation; it lacks an auto-completion feature.

image

Because of the above reason, we went all out to find a similar utility with auto-completion support – where the shell can prompt with suggestions of the available aliases (shortcuts to long and complicated paths) and luckily, after crawling through Github, we discovered Goto.

Goto is a shell utility to quickly navigate to aliased directories, with support for auto-completion. It comes with a nice auto-completion script so that once you press the tab key after the goto command or after typing a few charters of an existing alias, bash or zsh prompts with suggestions of the aliases or auto complete the name, respectively.

Goto also has additional options for unregistering an alias, expanding an alias’s value as well as cleaning up aliases of deleted directories. Note that goto’s auto-completion only works for aliases; it is separate from shell auto-completion for commands or filenames.

#cli-app article cli filesystem shell terminal tools
cryptr | Shell utility for encrypting and decrypting files. https://github.com/nodesocket/cryptr
Sun 14 Oct 2018 04:58:57 PM CEST
QRCode

A simple shell utility for encrypting and decrypting files.

coding_lang:bash cryptography script security shell software
page 1 / 2
3651 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn