Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

muon

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muon

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

muon

muon is going to be a distributed time tracking tool. It already tracks time, but it's not distributed yet.

Installation

gem install muon

Usage

cd ~/myproject
muon init
muon start
# do some work
muon stop
muon log

You'll find more details via muon help.

Configuration

You can set up some handy aliases:

muon config --global alias.a start
muon config --global alias.z stop
muon config --global alias.st status

Bash completion

source /path/to/muon/extras/muon-completion.bash

Bash prompt

source /path/to/muon/extras/muon-prompt.sh

Then add $(__muon_ps1) somewhere in your $PS1, for example:

export PS1='\w$(__muon_ps1) \$ '

Or with some colors:

export PS1='\w\[\033[31m\]$(__muon_ps1) \[\033[00m\]\$ '

FAQs

Package last updated on 10 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc