Moved resources content into separate yaml file.

pull/1/head
Tullio Facchinetti 7 years ago
parent 668c6653a8
commit e45fdfb02b

@ -1395,70 +1395,6 @@ apps:
with a strong focus on use cases that arise when
dealing with large amounts of financial data.
resources:
-
title: "The Art of Command Line"
url: https://github.com/jlevy/the-art-of-command-line
description: A wonderful summary from Joshua Levy
regarding command line (Bash in particular) tools,
programs, tips and tricks; contains many pointers
to resources and repositories, in the form of
"to do this you must know that", which gives great
pointers but requires further investigation from
different sources; translated in many languages.
-
title: "Inconsolation blog"
url: https://inconsolation.wordpress.com/
description: >
"Adventures with lightweight and minimalist
software for Linux": reviews of many command-line
programs; many programs reviewed (400+, at least),
with screenshots and animated GIFs; the style of
presentation is ironic and funny, but requires some
effort to figure out the real contribution of a program.
-
title: "CLIapps blog table"
url: http://www.jaredandcoralee.com/CLIapps.html
description: >
A long list of CLI apps from Jared Bernard;
some are quite outdated; pros: some CLI apps are put
side-by-side with GUI counterparts; cons: no comments
to the apps.
-
title: "A little collection of cool unix terminal/console/curses tools"
url: https://kkovacs.eu/cool-but-obscure-unix-tools
description: >
"Some are little-known, some are just too
useful to miss, some are pure obscure..." from
Kristof Kovacs; nice list with screenshot; mostly
oriented to system administration; unfortunately
there are no clickable links.
-
title: "Caleb Xu shell awesome"
url: https://github.com/alebcay/awesome-shell
description: Focused on UNIX shell tools.
-
title: "Adam Harris awesome CLI apps"
url: https://github.com/aharris88/awesome-cli-apps
description: Nice list of tools; somehow too much
Javascript/Node.js-centered for my tastes.
-
title: "Marcel Bischoff awesome commandd line apps"
url: https://github.com/herrbischoff/awesome-command-line-apps
description: Nice up-to-date list of useful tools.
-
title: "CLI-Apps"
url: http://cli-apps.org/
description: A site that aims at collecting and organizing
CLI apps information from user contributions;
considering its social-oriented nature, it misses
several mainstream apps.
-
title: "Awesome CLI by sintaxi"
url: https://github.com/sintaxi/awesome-cli/blob/master/README.md
description: Relatively short list with short descriptions;
with some original entries.
articles:
-
ref: wordgrinder

@ -0,0 +1,65 @@
resources:
-
title: "The Art of Command Line"
url: https://github.com/jlevy/the-art-of-command-line
description: A wonderful summary from Joshua Levy
regarding command line (Bash in particular) tools,
programs, tips and tricks; contains many pointers
to resources and repositories, in the form of
"to do this you must know that", which gives great
pointers but requires further investigation from
different sources; translated in many languages.
-
title: "Inconsolation blog"
url: https://inconsolation.wordpress.com/
description: >
"Adventures with lightweight and minimalist
software for Linux": reviews of many command-line
programs; many programs reviewed (400+, at least),
with screenshots and animated GIFs; the style of
presentation is ironic and funny, but requires some
effort to figure out the real contribution of a program.
-
title: "CLIapps blog table"
url: http://www.jaredandcoralee.com/CLIapps.html
description: >
A long list of CLI apps from Jared Bernard;
some are quite outdated; pros: some CLI apps are put
side-by-side with GUI counterparts; cons: no comments
to the apps.
-
title: "A little collection of cool unix terminal/console/curses tools"
url: https://kkovacs.eu/cool-but-obscure-unix-tools
description: >
"Some are little-known, some are just too
useful to miss, some are pure obscure..." from
Kristof Kovacs; nice list with screenshot; mostly
oriented to system administration; unfortunately
there are no clickable links.
-
title: "Caleb Xu shell awesome"
url: https://github.com/alebcay/awesome-shell
description: Focused on UNIX shell tools.
-
title: "Adam Harris awesome CLI apps"
url: https://github.com/aharris88/awesome-cli-apps
description: Nice list of tools; somehow too much
Javascript/Node.js-centered for my tastes.
-
title: "Marcel Bischoff awesome commandd line apps"
url: https://github.com/herrbischoff/awesome-command-line-apps
description: Nice up-to-date list of useful tools.
-
title: "CLI-Apps"
url: http://cli-apps.org/
description: A site that aims at collecting and organizing
CLI apps information from user contributions;
considering its social-oriented nature, it misses
several mainstream apps.
-
title: "Awesome CLI by sintaxi"
url: https://github.com/sintaxi/awesome-cli/blob/master/README.md
description: Relatively short list with short descriptions;
with some original entries.
Loading…
Cancel
Save