Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigflood/timeline
https://github.com/bigflood/timeline
cli golang time
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigflood/timeline
- Owner: bigflood
- License: gpl-3.0
- Created: 2018-06-25T00:24:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T09:58:38.000Z (over 6 years ago)
- Last Synced: 2024-10-28T13:11:27.688Z (3 months ago)
- Topics: cli, golang, time
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installing
Use `go get` to install the latest version
go get -u github.com/bigflood/timeline
# Usage
timeline command comand-arguments ...
# Example
$ timeline docker pull ubuntu:16.04
O> 4.7446522s 16.04: Pulling from library/ubuntu
O> 6.2898623s b234f539f7a1: Already exists
O> 6.5368239s 55172d420b43: Already exists
O> 6.7952175s 5ba5bbeb6b91: Already exists
O> 7.0776396s 43ae2841ad7a: Already exists
O> 7.3549998s f6c9c6de4190: Already exists
O> 7.9952407s Digest: sha256:b050c1822d37a4463c01ceda24d0fc4c679b0dd3c43e742730e2884d3c582e3a
O> 8.3032053s Status: Downloaded newer image for ubuntu:16.04
Command time: 8.3121773s
System CPU time: 78.125ms
User CPU time: 156.25ms