Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
Added missing documentation regarding dependencies (#83).
  • Loading branch information
jschlatow committed Apr 16, 2013
1 parent b4829cc commit 1d5045d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -8,6 +8,8 @@ It also depends on the JSON module, i.e.
* _perl-json_ on archlinux
* to be continued...

The helper scripts are usually run by bash. Some of the scripts also depend on (g)awk.

#What does it do?
It allows you to link almost any file, webpage or command to a taskwarrior task by adding a filepath, web-link or uri as an annotation. Text notes, images, PDF files, web addresses, spreadsheets and many other types of links can then be filtered, listed and opened by using taskopen. Some actions are sane defaults, others can be custom-configured, and everything else will use your systems mime-types to open the link.

Expand Down
2 changes: 1 addition & 1 deletion scripts/attach
@@ -1,6 +1,6 @@
#!/bin/bash

# REQUIRES: ranger
# REQUIRES: ranger, awk

# INSTALLATION
# Add this to your ~/.taskrc:
Expand Down

0 comments on commit 1d5045d

Please sign in to comment.