Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trapd00r/time-spent-in-vim
Vim wrapper collecting statistics of the usage; time spent per project/file
https://github.com/trapd00r/time-spent-in-vim
time-tracker vim
Last synced: 3 months ago
JSON representation
Vim wrapper collecting statistics of the usage; time spent per project/file
- Host: GitHub
- URL: https://github.com/trapd00r/time-spent-in-vim
- Owner: trapd00r
- Created: 2011-01-15T19:33:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T07:31:34.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:15:37.339Z (9 months ago)
- Topics: time-tracker, vim
- Language: Perl
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
time-spent-in-vim - vim wrapper collecting statistics of the vim usage
![tsiv](/extra/tsiv.png)
# USAGE
export EDITOR='time-spent-in-vim'
alias vim='time-spent-in-vimvim [OPTIONS] FILES...
# DESCRIPTION
**time-spent-in-vim** is a Vim wrapper that collects time spent for each
project/file edited.# OPTIONS
-t, --total show a total summary of time spent
# AUTHOR
Magnus Woldrich
CPAN ID: WOLDRICH
[email protected]
http://japh.se# CONTRIBUTORS
None required yet.
# COPYRIGHT
Copyright 2011, 2019- **time-spent-in-vim**s ["AUTHOR"](#author) and
["CONTRIBUTORS"](#contributors) as listed above.# LICENSE
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.