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 / 3
52 results tagged cli  ✕
translate-shell - Command-line translator using Google Translate or other online services https://github.com/soimort/translate-shell
Sat 01 Feb 2020 09:52:52 AM CET
QRCode

Translate Shell (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, Yandex.Translate, and Apertium.

It can also be used like an interactive shell; input the text to be translated line by line. It can translate a file or a website, and has a text-to-speech feature.

This is really the first #cli-app listed here that is written in AWK :-)

#cli-app 5_stars coding_lang:awk command_line opensource software source_code translations webservice
navi - An interactive cheatsheet tool for the command-line https://github.com/denisidoro/navi
Sun 22 Sep 2019 09:39:00 AM CEST
QRCode

An interactive cheatsheet tool for the command-line.

image

#cli-app cheatsheet cli coding_lang:bash command_line linux opensource software source_code
Linux CLI Launcher for Android https://play.google.com/store/apps/details?id=ohi.andre.consolelauncher
Wed 07 Aug 2019 02:08:33 PM CEST
QRCode

Are you sick of all those colorful and chaotic launchers?
Did Icons, App Drawer and Dock bother you enough?
Do you miss those times when you could do whatever you wanted with a simple command?
Then, T-UI Launcher and its Linux-like CLI (Command Line Interface) is exactly what you need.

android app cli software
dat - Share and live sync files anywhere via command line https://github.com/datproject/dat
Sun 28 Jul 2019 05:15:22 AM CEST
QRCode

A distributed data community. Dat is a nonprofit-backed community & open protocol for building apps of the future.

Use Dat command line to share files with version control, back up data to servers, browse remote files on demand, and automate long-term data preservation.

cli collaborative file_sharing opensource software source_code tools
cheat.sh | The only cheat sheet you need http://cheat.sh/
Tue 16 Jul 2019 08:54:38 PM CEST
QRCode
cheatsheet cli homepage software terminal
cheat.sh/:firstpage http://cheat.sh/
Tue 16 Jul 2019 08:54:38 PM CEST
QRCode
cheatsheet cli homepage software terminal
cheat.sh/:firstpage http://cheat.sh/
Tue 16 Jul 2019 08:54:38 PM CEST
QRCode
cheatsheet cli software terminal
Tomb - File Encryption tool https://www.dyne.org/software/tomb/
Mon 08 Jul 2019 06:37:20 PM CEST
QRCode

image

Tomb is an 100% free and open source system for file encryption on GNU/Linux. It simply makes gpg dm-crypt and cryptsetup usable in a variety of situations.

Written in bash.

#cli-app cli coding_lang:bash command_line console cryptography encryption linux opensource privacy security software terminal
Without a GUI--How to Live Entirely in a Terminal | Linux Journal https://www.linuxjournal.com/content/without-gui-how-live-entirely-terminal
Fri 28 Jun 2019 02:21:05 PM CEST
QRCode
article cli linux
fkill-cli: Fabulously kill processes. Cross-platform. https://github.com/sindresorhus/fkill-cli
Thu 27 Jun 2019 10:12:24 PM CEST
QRCode

Fabulously kill processes. Cross-platform.

cli coding_lang:javascript linux opensource software source_code tools
catj - Displays JSON files in flat format https://github.com/soheilpro/catj
Fri 21 Jun 2019 10:55:14 PM CEST
QRCode

Why?

  • It makes it easier to understand the structure of JSON files.
  • The output is valid JavaScript which can be used directly in code.
  • It's very helpful when writing queries for tools like jq.
#cli-app cli coding_lang:javascript console file_format json opensource software terminal
5 command-line games for sysadmins | Enable SysAdmin https://www.redhat.com/sysadmin/command-line-games
Tue 18 Jun 2019 11:10:16 PM CEST
QRCode

If you're living life at your terminal emulator anyway, why not have a little fun while you're there?

Just because you prefer working in a text-mode interface doesn't mean you're not entitled to a little fun here and there.

Last December, I took some time out before the holidays to explore some of my favorite command-line diversions into a series for Opensource.com. It ended up being a bit of an advent calendar for terminal toys, and I got some great suggestions from readers.

cli command_line console linux list opensource software terminal
Send Emails From Linux Terminal Using SSMTP - Linux Handbook https://linuxhandbook.com/linux-send-email-ssmtp/
Tue 18 Jun 2019 09:30:06 AM CEST
QRCode

This article will give a brief introduction to SSMTP and steps to install it and use the same to send emails from Linux terminal.

#cli-app article cli console email linux software terminal tutorial
How To Upgrade Everything Using Topgrade CLI Utility In Linux https://www.ostechnix.com/how-to-upgrade-everything-using-a-single-command-in-linux/
Sun 16 Jun 2019 09:38:33 AM CEST
QRCode

The Topgrade utility will upgrade everything in Linux and Unix operating systems. It is free, open source and written using Rust.

article cli linux sysadmin
Newsboat - RSS reader https://newsboat.org/index.html
Sun 26 May 2019 09:53:24 PM CEST
QRCode
#cli-app cli homepage news opensource reading software
UXY - Adding structure to the UNIX tools https://github.com/sustrik/uxy
Mon 20 May 2019 01:28:59 PM CEST
QRCode

Treating everything as a string is the way through which the great power and versatility of UNIX tools is achieved. However, sometimes the constant parsing of strings gets a bit cumbersome.

UXY is a tool to manipulate UXY format, which is a basically a two-dimensional table that's both human- and machine-readable.

The format is deliberately designed to be as similar to the output of standard tools, such as ls or ps, as possible.

UXY tool also wraps some common UNIX tools and exports their output in UXY format. Along with converters from/to other common data formats (e.g. JSON) it is meant to allow for quick and painless access to the data.

#cli-app cli coding_lang:python command_line opensource software tools unix
fd - Linux Command (How To) http://sudoadmins.com/fd-command-how-to/
Thu 09 May 2019 08:00:31 AM CEST
QRCode

The Linux fd command is an quick and efficient way to find files in the terminal. Like the find command, it comes in handy often, however, the find command can be a bit tricky for those new to Linux and especially it's command line. This guide will help you get up to speed with this very useful command line tool.

article cli howto tutorial
no-more-secrets: A command line tool that recreates a data decryption effect https://github.com/bartobri/no-more-secrets
Sun 14 Apr 2019 10:38:57 PM CEST
QRCode

A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.

cli coding_lang:c command_line funny opensource software source_code
Introduction :: cli.fan — Improving your workflow since 2019 https://cli.fan/posts/introduction/
Sat 09 Mar 2019 09:14:11 PM CET
QRCode

Welcome This site is a blog dedicated to reviewing and cataloging useful command-line tools. There have been an amazing amount of useful utilities produced in the last few years, so many that it’s difficult to keep abreast of new applications that could potentially improve your workflow. I spend a silly amount of my free time trawling the internet for interesting tools, so I’d like to present the results with you!

blog cli news
pdftilecut https://github.com/oxplot/pdftilecut
Fri 22 Feb 2019 10:16:45 PM CET
QRCode

Lets you sub-divide a PDF page(s) into smaller pages so you can print them on small form printers.

#cli-app cli coding_lang:go opensource pdf software source_code tools utility
page 1 / 3
3654 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn