Skip to content

Commit

Permalink
Merge pull request #2 from Faagerholm/feature/menu
Browse files Browse the repository at this point in the history
Feature/menu
  • Loading branch information
Faagerholm authored Jan 12, 2022
2 parents d4d4af6 + 19ba789 commit 26e5d7d
Show file tree
Hide file tree
Showing 27 changed files with 1,144 additions and 806 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
![.github/workflows/release.yaml](https://github.com/Faagerholm/clockify-cli/workflows/.github/workflows/release.yaml/badge.svg?branch=v1.1&event=release)
[![CLI Best Practices](https://bestpractices.coreinfrastructure.org/projects/4331/badge)](https://bestpractices.coreinfrastructure.org/projects/4331)

<a href="https://www.buymeacoffee.com/Faagerholm" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

# clockify-cli
Integrate your clocking with your favorite CLI.

### Install:

```bash
wget https://raw.githubusercontent.com/Faagerholm/clockify-cli/master/install.sh && ./install.sh
```

### Usage:
```
clockify-cli [flags]
Expand All @@ -35,13 +24,4 @@ Flags:
--config string config file (default is $HOME/.clockify-cli/config.yaml) (default "./config.yaml")
-h, --help help for clockify-cli
--viper use Viper for configuration (default true)
```

### Contributing:

Please open an issue if there is something that is not working or you would like to be added to this project.

### External API:

Clockify has an API that this project heavily depends on. The API can be accessed by any user that has generated an API key from their user settings page.
More information about the API can be found here: https://clockify.me/developers-api
```
105 changes: 0 additions & 105 deletions cmd/entry.go

This file was deleted.

133 changes: 0 additions & 133 deletions cmd/project.go

This file was deleted.

Loading

0 comments on commit 26e5d7d

Please sign in to comment.