Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efrane/shellenhancements
https://github.com/efrane/shellenhancements
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/efrane/shellenhancements
- Owner: eFrane
- Created: 2011-04-24T21:07:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-06T13:42:52.000Z (over 13 years ago)
- Last Synced: 2024-05-03T03:50:20.043Z (8 months 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.)