Code Monkey home page Code Monkey logo

vimlog-website's Introduction

Vimlog Website

A simple website for visualizing stuff logged from Vim.

How to Log Stuff From Vim

I have a really hacky Vim script that reacts to BufEnter, BufLeave, VimEnter, and VimLeave events, and logs them to /tmp/vimlog.log.

Installing a Vim Script

If you wanted to give my Vim script a whirl, simply put eventlog.vim into the ~/.vim/plugin/ directory. It should "just work" the next time you start up Vim.

Logging Format

The eventlog.vim script logs lines that look like the following:

1368573545   Tue 14 May 2013 04:19:05 PM PDT  BufEnter    app.js

The first element is the UNIX timestamp in seconds. Next is the human-readable timestamp, the event name, and the associated filename. You could modify it to log in a more machine-friendly way, like JSON or CSV, but this is what it does for now. The website that this repo describes uses a regular expression to pull the appropriate data elements from each line.

vimlog-website's People

Contributors

ahw avatar

Watchers

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