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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T08:07:50.000Z (about 1 year ago)
- Last Synced: 2025-04-01T15:11:52.062Z (3 months ago)
- Topics: time-tracker, vim
- Language: Perl
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
time-spent-in-vim - vim wrapper collecting statistics of the vim usage

# 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.