Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdevera/misc-scripts
Some of my scripts that I like having in all my linux boxes
https://github.com/jdevera/misc-scripts
Last synced: 24 days ago
JSON representation
Some of my scripts that I like having in all my linux boxes
- Host: GitHub
- URL: https://github.com/jdevera/misc-scripts
- Owner: jdevera
- License: mit
- Created: 2010-08-27T14:25:26.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T22:56:16.000Z (over 6 years ago)
- Last Synced: 2023-03-11T06:48:39.295Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
# Jacobo de Vera's miscellaneous scripts
These are some self-crafted scripts that I like having in all my Linux boxes.
## Contents
* **abspath**
Get the absolute path of a directory or file* **apt-get**
Wrapper around apt-get that adds the *coffee* command to lock the screen* **longlines**
Report lines that are longer than a given maximum* **lsrepos**
Show which directories are version controlled repositories* **pid**
Show all processes owned by me whose name matches a given pattern* **screener**
Show a menu with available screens (GNU Screen) and allows to attach them,
join them or create new named screens* **showaliases**
Show all shell alias definitions in the given files or from stdin* **spacehd**
Filter the df command output and also show totals of space availability and
usage## Installation
Simply clone this repository and add the directory to your path or copy all
scripts to a directory that is already in your path.## License
These scripts, unless stated otherwise in a particular file, are licensed
under the MIT License.See LICENSE file for details.