https://github.com/benhid/lazyop

OpenProject TUI

https://github.com/benhid/lazyop

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary

Keywords

openproject terminal-ui tui tview
Last synced: 6 months ago · JSON representation

Repository

OpenProject TUI

Basic Info
  • Host: GitHub
  • Owner: benhid
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 2.46 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
openproject terminal-ui tui tview
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

lazyop

lazyop is a command line tool that allows you to interact with OpenProject from the terminal.

It does not support all the features of OpenProject (nor does it intend to), but it is a good starting point:

  • View open work packages assigned to you.
  • Create/Read/Update/Delete time entries (logged time).

Setup

To configure lazyop, create a configuration file in ~/.config/lazyop/config.json or your current working directory with the following content:

go { "base_url": "https://your.openproject.url/api/v3/", "user_id": 0, // your OpenProject user ID, which can be found on your profile page URL "api_key": "your-api-key" // this can be generated from your OpenProject account settings }

Build

Build the project with the following command:

bash go build

Alternatively build it as a Docker image with:

bash docker build . -t benhid/lazyop

Run

Run from your terminal with the following command:

bash lazyop

Or using the Docker image:

bash docker run -it -v $(pwd)/config.json:/config.json benhid/lazyop

Owner

  • Name: Antonio
  • Login: benhid
  • Kind: user
  • Location: Málaga, Spain
  • Company: University of Málaga

Software / DevOps Engineer and Researcher @KhaosResearch

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 5
  • Total Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
benhid a****d@g****m 5

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • gcr.io/distroless/base-debian11 latest build
  • golang 1.19 build
go.mod go
  • github.com/gdamore/encoding v1.0.0
  • github.com/gdamore/tcell/v2 v2.7.1
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-runewidth v0.0.15
  • github.com/rivo/tview v0.0.0-20240505185119-ed116790de0f
  • github.com/rivo/uniseg v0.4.7
  • golang.org/x/sys v0.17.0
  • golang.org/x/term v0.17.0
  • golang.org/x/text v0.14.0
go.sum go
  • github.com/gdamore/encoding v1.0.0
  • github.com/gdamore/tcell/v2 v2.7.1
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-runewidth v0.0.15
  • github.com/rivo/tview v0.0.0-20240505185119-ed116790de0f
  • github.com/rivo/uniseg v0.2.0
  • github.com/rivo/uniseg v0.4.3
  • github.com/rivo/uniseg v0.4.7
  • github.com/yuin/goldmark v1.4.13
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
  • golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
  • golang.org/x/mod v0.8.0
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  • golang.org/x/net v0.0.0-20220722155237-a158d28d115b
  • golang.org/x/net v0.6.0
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
  • golang.org/x/sync v0.1.0
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
  • golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
  • golang.org/x/sys v0.5.0
  • golang.org/x/sys v0.17.0
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
  • golang.org/x/term v0.5.0
  • golang.org/x/term v0.17.0
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/text v0.3.7
  • golang.org/x/text v0.7.0
  • golang.org/x/text v0.14.0
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.12
  • golang.org/x/tools v0.6.0
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7