Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Time tracking in the command line. Fast, simple and minimalistic.
npm install -g cytime
To write less and log with less effort, add some aliases
to your shell config file (e.g. ~/.bashrc
or ~/.zshrc
)
and add the following lines:
# Time tracking with cytime
alias list='cytime list' # show week (default: current week)
alias in='cytime in' # log in
alias out='cytime out' # log out
alias pop='cytime pop' # delete entry (default: last entry)
Command | Description | Alias * |
---|---|---|
cytime | Show current week | list |
cytime in | Start working (log in) | in |
cytime out | Start working (log out) | out |
cytime pop | Delete last entry | pop |
* Alias is optional
# log in (start working)
cytime in
# log out (stop working)
cytime out
# show current week
cytime list
# show previous week
cytime list prev
# log in today at 8am
cytime in 08:00
# log out today at 5pm
cytime out 17:00
# log in on 2020-01-01 at 8am
cytime in 08:00 --day 11.11.2024
# delete last entry
cytime pop
# delete last 3 entries
cytime pop 3
cytime in 08:00 2020-01-01
FAQs
Time tracking in the command line. Fast, simple and minimalistic.
We found that cytime demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.