Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/vanner
An implementation of banner written in Vim script.
https://github.com/pocke/vanner
Last synced: 3 days ago
JSON representation
An implementation of banner written in Vim script.
- Host: GitHub
- URL: https://github.com/pocke/vanner
- Owner: pocke
- License: cc0-1.0
- Created: 2019-07-08T14:31:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T15:01:49.000Z (over 5 years ago)
- Last Synced: 2024-11-06T13:01:36.082Z (about 2 months ago)
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vanner
===An implementation of banner written in Vim script.
Usage
---* `vanner#echo(string, option)`
* Display larger string.
* `vanner#string(string, option)`
* Convert string to larger string.
* `vanner#raw(string, option)`
* Convert string to raw data.Note
---This program is based on banner (1) that is implemented by Sverre H. Huseby.
The original source code is here https://shh.thathost.com/pub-unix/files/banner-1.3.2.tar.gzThe original banner is provided under The Artistic License.
https://opensource.org/licenses/artistic-license.htmlVanner satisfies the restrictions of the license.
It satisfies 3.a> a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package.
, and 4.b.
> b) accompany the distribution with the machine-readable source of the Package with your modifications.