Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabaff/past-time
A simple tool to visualize the progress of the year based on the past days.
https://github.com/fabaff/past-time
Last synced: 4 days ago
JSON representation
A simple tool to visualize the progress of the year based on the past days.
- Host: GitHub
- URL: https://github.com/fabaff/past-time
- Owner: fabaff
- License: mit
- Created: 2019-11-12T15:05:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T08:07:14.000Z (8 months ago)
- Last Synced: 2024-10-15T19:20:52.408Z (28 days ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
past-time
=========A simple tool to visualize the progress of the year based on the past days.
Installation
------------The tool is available from the `Python Package Index `_.
.. code:: bash
$ pip3 install past-time
Installation on Fedora and CentOS/RHEL with EPEL.
.. code:: bash
$ dnf -y install past-time
For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
be present in the ``unstable`` channel... code:: bash
$ nix-env -iA nixos.past-time
Usage
-----Execute the command to get a visual representation of the year's progress.
.. code:: bash
$ past-time now
License
-------``past-time`` is licensed under MIT, for more details check LICENSE.