https://github.com/efrane/shellenhancements
https://github.com/efrane/shellenhancements
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/efrane/shellenhancements
- Owner: eFrane
- Created: 2011-04-24T21:07:25.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-06T13:42:52.000Z (almost 15 years ago)
- Last Synced: 2025-02-24T10:19:08.514Z (over 1 year ago)
- Language: Python
- Size: 242 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
shell enhancements
==================
This is basically a set of scripts I wrote, which are mainly
intended to simplify some common tasks like getting the link
for a wikipedia page or counting the unique letters in a string.
## List of enhancements
- __lc__ counts the unique letters in an input string that can be
either stdin, argument or text-file (both ascii and utf-8 encoded).
- __mdfile__ transforms markdown input into a standards compliant
HTML5 file.
- __phplint__ scans a given or the current directory and all
subdirectories for php files and performs a syntax check on them.
It aborts if it finds an error.
- __wikilink__ expects a keyword and returns the corresponding
wikipedia link.
(Needs to be expanded to return the link to the disambiguation
page if there is more than one result.)