Giter VIP home page Giter VIP logo

gitodo's Issues

Auto populate new task with `what: '

This is useful for me, since I always type it for every new task (not necessarily the prio or the when though). Not sure if it'd be useful for everybody, just thought I'd share:

From c7105f9618f6d1e109cd25f3dd7289594618661c Mon Sep 17 00:00:00 2001
From: Philip Dexter <[email protected]>
Date: Fri, 18 Oct 2013 18:20:08 -0400
Subject: [PATCH] Auto populate new task with `what: '

---
 gitodo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gitodo b/gitodo
index c082bbc..6837aca 100755
--- a/gitodo
+++ b/gitodo
@@ -332,6 +332,7 @@ def new_items(how_many)
    out = []
    how_many.times do
        out << new_filename()
+       system "echo \"what: \" > #{out.last}"
    end
    out
 end
-- 
1.8.4.1


"git add ." will change its meaning

warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal',
whose behaviour will change in Git 2.0 with respect to paths you removed.
Paths like 'i3399' that are
removed from your working tree are ignored with this version of Git.

  • 'git add --ignore-removal ', which is the current default,
    ignores paths you removed from your working tree.
  • 'git add --all ' will let you also record the removals.

Run 'git status' to check the paths you removed from your working tree.

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.