GitXplorerGitXplorer
m

powerline_watson

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c11265a75d77ce48451ed3f39153740c431da9eb

Update the version in setup.py to fix the long description in pypi.

mmdtrooper committed 5 years ago
Unverified
419713bf5e123b172f34eecd7ca98d105c5f1b88

Change the content of README.md to this plugin and added some comments in the code.

mmdtrooper committed 5 years ago
Unverified
272c9181e825916d8dc8ce4ed42e75e49036bb5d

The first version of python code to get the watson data.

mmdtrooper committed 5 years ago
Unverified
af2e1c48a555ce8eaa03447c98ebddf4c37e3ea4

Upload the Readme (it is from another project) and setup.py .

mmdtrooper committed 5 years ago
Verified
9362946ea1e43752b331926eee4a7f2aa9de3114

Initial commit

mmdtrooper committed 5 years ago

README

The README file for this repository.

POWERLINE WATSON

A Powerline segment shows the time tracked in watson.

By Miguel de Dios Matias.

Installation

Using pip

pip install powerline-watson

Configuration

You can activate the Powerline Slotmachine segment by adding it to your segment configuration, for example in .config/powerline/themes/shell/default.json:

{
    "function": "powerline_watson.status",
    "priority": 30
},

It shows a segment with time as hh:mm:ss and tags.

screenshot powerline_watson

Arguments

  • line (string): The string to format the content of segment.
    • Default: "{time}({tags})⏲️"
      • PlaceHolders:
        • {time}: The time elapsed (as hh:mm:ss) in the task.
        • {start}: The datetime when started the task.
        • {tags}: The list of the tags.
        • {project}: The project name.
        • {human_time}: The time in human format example 'a minute ago'.
  • notask (string): The string to show when watson is stopped.
    • Default: "Free"

License

Licensed under the GPL3 License.