https://github.com/thombashi/universal-ctags-installer
Build and installation script for Universal Ctags
https://github.com/thombashi/universal-ctags-installer
ctags dockerfile installer universal-ctags
Last synced: 8 months ago
JSON representation
Build and installation script for Universal Ctags
- Host: GitHub
- URL: https://github.com/thombashi/universal-ctags-installer
- Owner: thombashi
- License: mit
- Created: 2018-03-10T15:39:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T07:37:44.000Z (about 8 years ago)
- Last Synced: 2025-07-02T01:05:12.487Z (12 months ago)
- Topics: ctags, dockerfile, installer, universal-ctags
- Language: Shell
- Homepage: https://hub.docker.com/r/thombashi/universal-ctags-installer/
- Size: 1.39 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# universal-ctags-installer
Build and installation script for [Universal Ctags](https://ctags.io/)
# Installation
```
$ curl -L https://github.com/thombashi/universal-ctags-installer/raw/master/universal_ctags_installer.sh | bash
```
## Specify installation path
```
$ wget https://github.com/thombashi/universal-ctags-installer/raw/master/universal_ctags_installer.sh
$ bash universal_ctags_installer.sh /where/you/want
```
# Docker image
https://hub.docker.com/r/thombashi/universal-ctags-installer/
```
$ docker pull thombashi/universal-ctags-installer
$ docker run -v /where/you/want:/dist thombashi/universal_ctags_installer
```
Universal Ctags will installed to `/where/you/want/bin` (you could specify an arbitrary path to `/where/you/want`).