Giter Site home page Giter Site logo

diaryman's Introduction

diaryman

Diary Manager for lazy software engineers who use vim.

diaryman automatically creates a file in specified diary directory if it doesn't exist: $DIARY_DIR/$year/$month/$day.md and opens it with vim in edit mode. If the file already exist, it will just open it, this allow multiple edits throughout the day.

It also allow you to make up for diaries missed by appending a date behind the diary, e.g. diary 2020-01-01 will open the diary on that date.

commands

cat: cat the entire contents of current days' diary.

diaryman git:master ❯ diary cat                                                                                                                                                                       ✹ ✭
## 2023-04-19, Wednesday

hey look a wild JimmyRus appeared! 

dont match me because my name is jessica 

match me because im RusJimmyRuff

find: search all diaries for a string, then return the diary filepath and the matched line for that string. note the search is fuzzy on both sides and is also case insensitive.

diaryman git:master ❯ diary find jimmy                                                                                                                                                                  ✭
/Users/cflynn/codys_diary/2023/04/2023-04-19.md -> hey look a wild JimmyRus appeared! 
/Users/cflynn/codys_diary/2023/04/2023-04-19.md -> match me because im RusJimmyRuff
/Users/cflynn/codys_diary/2023/04/2023-04-18.md -> jimmy wuz here 

This works great for personal diaries and also for work task organization.

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.