Coder Social home page Coder Social logo

termplexed / vim-activity-log Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ad7six/vim-activity-log

0.0 0.0 0.0 18 KB

vimscript to log what you're doing in vim

Home Page: http://www.vim.org/scripts/script.php?script_id=3447

Vim Script 100.00%

vim-activity-log's Introduction

Vim Activity Log #FORK#

This vim plugin is used to keep track of what and when you do things.

Installation

cd ~
git clone git://github.com/Termplexed/vim-activity-log.git

ln -s vim-activity-log/plugin/activity-log.vim ~/.vim/plugin/

Usage

The plugin is automatic, and will create log files of your vim actions in:

~/activity/YYYY/MM/DD.log

If you prefer a different location for your logs - you can define g:activity_log_location in your .vimrc file

The format for entries in the log files is:

Y-m-d H:i:s;user;action;/full/path/to/file;git-branch

The git-branch is only added if a branch can be determined.

Changelog

  • 1.0.0 Intial release
  • 1.1.0 Only write create/open entries if the file is edited
  • 1.2.0 Append current git branch, changed delimiter from space to semi-colon
  • 1.2.1 Correct git branch parsing
  • 1.3.0 Restructure parameters, use a pattern not a fixed file location, allow setting from outside the plugin

  • 2.0.0 Termplexed fork with chages. See changelog in activity-log.vim for details.

vim-activity-log's People

Contributors

ad7six avatar novas0x2a avatar mmontu avatar meddulla avatar termplexed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.