Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnkerl/scripts
Productivity tools for Linux/Unix.
https://github.com/johnkerl/scripts
bash perl python ruby scripts scripts-collection
Last synced: 18 days ago
JSON representation
Productivity tools for Linux/Unix.
- Host: GitHub
- URL: https://github.com/johnkerl/scripts
- Owner: johnkerl
- License: other
- Created: 2013-10-19T19:04:24.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T16:06:10.000Z (about 1 month ago)
- Last Synced: 2024-10-14T21:57:34.585Z (about 1 month ago)
- Topics: bash, perl, python, ruby, scripts, scripts-collection
- Language: Ruby
- Homepage:
- Size: 2.6 MB
- Stars: 24
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Productivity tools for Linux/Darwin
Files here are general-purpose Linux/Darwin productivity tools accumulated from
my time in the software vocation/avocation. They are released under the terms
of the BSD two-clause license (see LICENSE.txt).# Subdirectories
* `fundam` -- Filters I use each and every day in my work as a software
developer. Many of them are intended to be used as editor filters, e.g. one
may left-align a paragraph of text columns by using `!}left` in `vim`.
Another primary use is for logsnarfing: who knows what will be in a
particular set of log file, but powerful things can be done with a set of
general-purpose text-manipulation tools (including `grep`/`sed`/etc.).* `abbrevs` -- Essentially aliases, but available from contexts in which
aliases are not evaluable.* `arith` -- Simple pipe-oriented tools for things like sums and GCDs.
* `one-offs` -- as the name implies
# See also
* http://github.com/johnkerl/dotfiles
* http://github.com/johnkerl/scripts-math
* http://github.com/johnkerl/scripts-misc# Language mix
Python, Perl, Bash, Ruby, Go.
There are a few C items at https://github.com/johnkerl/ctoolsLanguage choice is more a function of time than topic: I used C and Perl from
the early/mid-1990's onward; many of the math/stats tools I wrote while in grad
school 2005-2010 are in Python; most of my scripting since then is Python, with
some Ruby.----------------------------------------------------------------
John Kerl 2012-07-19