Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
?
or on Help menu<Ctrl>+k
<Ctrl>+<Space>
~/.imdone/config.json
If you're migrating from an older version of iMDone the configuration is in a new place. It's still in the .imdone folder, but it's now in JSON format and lists are also stored there. Because it's in JSON format, you'll have to escape the '' character in your excludes.
I'll be releasing an iMDone service that connects directly to your github project. Sign up for the newsletter here.
When working on a software project in code or writing project in markdown, there are always tasks you need to record. Most people use a separate tool to record tasks and keep track of their progress. iMDone let's you do it right in your work.
// FIXME: this is really broken
[Finish the latest blog post](doing:0)
sudo npm install -g imdone
imdone -o
imdone -h
[Use imdone to manage tasks in my project](#doing:0)
// TODO: Use HashMap instead of HashTable
imdone
After running imdone for the first time, modify .imdone/imdone.json in your project directory. The default config looks like this. Your imdone.json will extend this.
{
"exclude": [
"^(node_modules|bower_components|\\.imdone|target|build)\\/?|\\.(git|svn)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
],
"watcher": true,
"lists": [],
"marked": {
"gfm": true,
"tables": true,
"breaks": false,
"pedantic": false,
"sanitize": true,
"smartLists": true,
"langPrefix": "language-"
}
}
If you like iMDone and want to help me make it better, you can make a contribution at Gittip. Every donation is very much appreciated.
If you have some spare time, then there is no better way to help an open source project than to get involved in one of the following ways.
//[this is a todo task in javascript code](#todo:0)
###Embed a filter link in a task
[Filter by [src/main/java](#filter/src/main/java)](#filters:0)
This would create a filters list containing this task and a link that will populate the filter box with src/main/java
fs.inotify.max_user_watches = 524288
sudo sysctl -p
git clone https://github.com/piascikj/imdone.wiki.git
Fork this repository and run imdone in your local copy. I use imdone for keeping track of imdone development.
FAQs
A task board and wiki in one!
The npm package imdone receives a total of 0 weekly downloads. As such, imdone popularity was classified as not popular.
We found that imdone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.