Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidsneighbour/hugov
A quick and dirty GoHugo version selector for bash
https://github.com/davidsneighbour/hugov
bash bash-script gohugo hugo
Last synced: about 2 months ago
JSON representation
A quick and dirty GoHugo version selector for bash
- Host: GitHub
- URL: https://github.com/davidsneighbour/hugov
- Owner: davidsneighbour
- License: mit
- Created: 2024-02-25T05:01:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:04:21.000Z (about 2 months ago)
- Last Synced: 2024-12-18T14:53:56.026Z (about 2 months ago)
- Topics: bash, bash-script, gohugo, hugo
- Language: Shell
- Homepage: https://kollitsch.dev/blog/2024/hugov-managing-multiple-gohugo-versions/
- Size: 227 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## `hugov`
A quick and dirty GoHugo version selector for bash
> [!CAUTION]
> Use at your own peril. This is a quick and dirty script that might not work for you. It's a bash script that is supposed to be run on a Linux system. It's not tested on MacOS or Windows. It's not tested on all Linux distributions. It's not tested with all versions of GoHugo. It's not tested with all versions of bash. It's not tested with all versions of Linux. And it uses `sudo`. So, you know, be careful.### Installation
Either do a soft link:
```bash
sudo ln -s /home/patrick/github.com/davidsneighbour/hugov/hugov /usr/local/bin/
```Then run it:
```bash
hugov
```Or run it from within this repository:
```bash
./hugov
```## Read on
* [Blog post presenting `hugov`](https://kollitsch.dev/blog/2024/hugov-managing-multiple-gohugo-versions/)