An open API service indexing awesome lists of open source software.

https://github.com/threeal/omf-plugin-update-date

Update date plugin for Oh My Fish
https://github.com/threeal/omf-plugin-update-date

Last synced: over 1 year ago
JSON representation

Update date plugin for Oh My Fish

Awesome Lists containing this project

README

          

#### update_date

> A plugin for [Oh My Fish][omf-link].

[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v3.0.0-007EC7.svg?style=flat-square)](https://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish)


A simple plugin that provides a helper function to update a system date using date info in an HTTP response header.

## Install

> Note: You need to have `wget` and `date` installed.

```fish
$ omf install update_date
```

## Usage

```fish
$ update_date
```

# License

[MIT][mit] © [Alfi Maulana][author] et [al][contributors]

[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/threeal
[contributors]: https://github.com/threeal/plugin-update_date/graphs/contributors
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish

[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square