Compare commits

..

No commits in common. "641b8fb825dfe713a2e4dda2b64b4b775c10b28d" and "7e75763cee41dccefc5aed01435b201495da2764" have entirely different histories.

9 changed files with 84 additions and 83 deletions

View File

@ -5,19 +5,19 @@ tags: [ "organization" ]
Set up the configuration file: Set up the configuration file:
```sh ```bash
task task
``` ```
Add a task: Add a task:
```sh ```bash
task add update linux task add update linux
``` ```
See which task is next: See which task is next:
```sh ```bash
task next task next
``` ```
@ -25,13 +25,13 @@ Note the id number.
Mark a task as started: Mark a task as started:
```sh ```bash
task start 1 task start 1
``` ```
Once finished: Once finished:
```sh ```bash
task 1 done task 1 done
``` ```
@ -39,7 +39,7 @@ task 1 done
Add a project: Add a project:
```sh ```bash
task add project:house buy potted plant task add project:house buy potted plant
task add proj:house.repair buy screwdriver task add proj:house.repair buy screwdriver
task add proj:house.repair buy shelf brackets task add proj:house.repair buy shelf brackets
@ -51,11 +51,11 @@ task add pro:house.paint buy brushes
## Summary ## Summary
```sh ```bash
task pro:house sum task pro:house sum
``` ```
```sh ```bash
task burndown.daily pro:house task burndown.daily pro:house
``` ```
@ -63,13 +63,13 @@ The summaries will show how fast a project is being completed, and when you can
# Tags # Tags
```sh ```bash
task add +buy toothbrush task add +buy toothbrush
``` ```
You can then see only tasks which involve buying something with: You can then see only tasks which involve buying something with:
```sh ```bash
task +buy task +buy
``` ```
@ -77,27 +77,27 @@ task +buy
Set three contexts by their tags: Set three contexts by their tags:
```sh ```bash
task context define work +sa or +hr task context define work +sa or +hr
``` ```
```sh ```bash
task context define study +ed or +void or +rat task context define study +ed or +void or +rat
``` ```
```sh ```bash
task context define home -sa -hr -ed -void -rat task context define home -sa -hr -ed -void -rat
``` ```
Change to the first context. Change to the first context.
```sh ```bash
task context work task context work
``` ```
Then stop. Then stop.
```sh ```bash
task context none task context none
``` ```
@ -105,7 +105,7 @@ task context none
View list of tasks completed in the last week: View list of tasks completed in the last week:
```sh ```bash
task end.after:today-1wk completed task end.after:today-1wk completed
``` ```
@ -113,19 +113,19 @@ task end.after:today-1wk completed
Make a UDA 'size'. Make a UDA 'size'.
```sh ```bash
task config uda.size.type string task config uda.size.type string
``` ```
```sh ```bash
task config uda.size.label Size task config uda.size.label Size
``` ```
```sh ```bash
task config uda.size.values large,medium,small task config uda.size.values large,medium,small
``` ```
```sh ```bash
uda.size.default=medium uda.size.default=medium
``` ```
@ -133,7 +133,7 @@ uda.size.default=medium
This command shows tasks I'm most interested in: This command shows tasks I'm most interested in:
```sh ```bash
task next +ACTIVE or +OVERDUE or due:today or scheduled:today or pri:H task next +ACTIVE or +OVERDUE or due:today or scheduled:today or pri:H
``` ```

View File

@ -6,13 +6,13 @@ tags: [ "data", "tracking", "time", "timew" ]
Try: Try:
```sh ```bash
timew summary :yesterday timew summary :yesterday
``` ```
You can also use :week, :lastweek, :month, :quarter, :year, or a range such as: You can also use :week, :lastweek, :month, :quarter, :year, or a range such as:
```sh ```bash
timew summary today to tomorrow timew summary today to tomorrow
timew today - tomorrow timew today - tomorrow
2018-10-15T06:00 - 2018-10-17T06:00 2018-10-15T06:00 - 2018-10-17T06:00
@ -22,7 +22,7 @@ Each of these can gain with the :ids tag.
# Basics # Basics
```sh ```bash
timew start timew start
timew stop timew stop
timew continue timew continue
@ -32,7 +32,7 @@ timew tags
And add ids with: And add ids with:
```sh ```bash
timew summary :ids timew summary :ids
timew track 10am - 1pm timewarrior timew track 10am - 1pm timewarrior
timew track 1pm for 2h walk timew track 1pm for 2h walk
@ -42,50 +42,50 @@ timew track 1pm for 2h walk
First get ids. First get ids.
```sh ```bash
timew summary :ids timew summary :ids
``` ```
Then if we're looking at task @2: Then if we're looking at task @2:
```sh ```bash
timew move @2 12:00 timew move @2 12:00
timew lengthen @2 3mins timew lengthen @2 3mins
``` ```
```sh ```bash
time shorten @2 40mins time shorten @2 40mins
``` ```
# Forgetting # Forgetting
```sh ```bash
timew start 1h ago @4 timew start 1h ago @4
``` ```
Or if your action actually had a break: Or if your action actually had a break:
```sh ```bash
timew split @8 timew split @8
``` ```
Or maybe not? Or maybe not?
```sh ```bash
timew join @4 @8 timew join @4 @8
timew @8 delete timew @8 delete
``` ```
Start at previous time Start at previous time
```sh ```bash
timew start 3pm 'Read chapter 12' timew start 3pm 'Read chapter 12'
timew start 90mins ago 'Read chapter 12' timew start 90mins ago 'Read chapter 12'
``` ```
Cancel currently tracked time. Cancel currently tracked time.
```sh ```bash
timew cancel timew cancel
``` ```
@ -157,11 +157,11 @@ with:
# Fixing Errors # Fixing Errors
```sh ```bash
curl -O https://taskwarrior.org/download/timew-dbcorrection.py curl -O https://taskwarrior.org/download/timew-dbcorrection.py
``` ```
```sh ```bash
python timew-dbcorrections.py python timew-dbcorrections.py
``` ```

View File

@ -1,11 +0,0 @@
---
title: "View Torrents"
tags: [ "data", "transmission", "torrenting" ]
---
```sh
transmission-show $file.torrent | less
```
`TRACKERS` shows where transmission will ask who has the torrent, but will probably be out of date.

View File

@ -1,21 +1,34 @@
--- ---
title: "vim navigation" title: "vim navigation"
tags: [ "vim", "navigation" ] tags: [ "vim" ]
--- ---
| Move | Command | | Move | Command |
|:------------------------|:-------------| |:-----|:-------------|
| Down page | Ctl-f | |Down page | C-f |
| Down half page | Ctl-d | | Down half page | C-d |
| Up page | Ctl-b | | Up page | C-b |
| Up half page | Ctl-u | | Up half page | C-u |
| Scroll down | Ctl-e |
| Scroll up | Ctl-y | ## Scroll
| Jump to previous place | Ctl-i |
| Jump to back | Ctl-o | > C-e
| Jump to last change | g; |
| Jump to next change | g, | > C-y
| Go to current filename | gf |
## Jumps
Go through your last jumps:
> C-I
> C-O
Go to the last and previous places you've changed:
> g;
> g,
Go to a filename, and type `gf` (Go-to-File). Go to a filename, and type `gf` (Go-to-File).
For example, if you put your cursor over the `~/.vimrc` in this line, you can edit your vim configuration file. For example, if you put your cursor over the `~/.vimrc` in this line, you can edit your vim configuration file.
@ -26,10 +39,10 @@ For example, if you put your cursor over the `~/.vimrc` in this line, you can ed
Make a 20 character 'visual split' in the current working directory ('`.`'). Make a 20 character 'visual split' in the current working directory ('`.`').
`:20vs .` > :20vs .
Swap buffer positions: Change the view for this:
`C-w x` > C-w x

View File

@ -1,16 +1,16 @@
--- ---
title: "vim completion" title: "vim completion"
tags: [ "vim", "completion" ] tags: [ "vim" ]
--- ---
Complete the word by searching for the *n*ext similar word: Complete the word by searching for the *n*ext similar word:
`C-n` > C-n
Complete the word by searching for a *p*revious similar word: Complete the word by searching for a *p*revious similar word:
`C-p` > C-p
Complete the full line: Complete the full line:
`C-x C-l` > C-x C-l

View File

@ -1,22 +1,22 @@
--- ---
title: "vim search" title: "vim search"
tags: [ "vim", "search" ] tags: [ "vim" ]
--- ---
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`. Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.
Search and replace the first 'one' found with 'two': Search and replace the first 'one' found with 'two':
`:%s/one/two/` > :%s/one/two/
Same, but replace 'one' globally: Same, but replace 'one' globally:
`:%s/one/two/g` > :%s/one/two/g
Put quotes around every occurrence of `$HOME`: Put quotes around every occurrence of `$HOME`:
`:%s/$HOME/"&"` > :%s/$HOME/"&"
Same, but add curly brackets around `$HOSTNAME`: Same, but add curly brackets around `$HOSTNAME`:
`:%s/$HOSTNAME/{&}` > :%s/$HOSTNAME/{&}

View File

@ -3,12 +3,12 @@ title: "vim windows"
tags: [ "vim" ] tags: [ "vim" ]
--- ---
| Command | Keys | | Command | Keys |
|:--------------------------|:-------------------:| |:-----|:----:|
| split window | `C-w s` | | split window | C-w s |
| split window vertically | `C-w v` | | split window vertically | C-w v |
| close window | `C-q` | | close window | C-q |
| change window | `C-w w` | | change window | C-w w |
| rotate windows | `C-w r` | | rotate windows | C-w r |
| split open new file | `:sf $filepath` | | split open new file | :sf path/file |

View File

@ -7,7 +7,7 @@ Put bash in vim mode!
Place the following in your `~/.inputrc`: Place the following in your `~/.inputrc`:
``` ```bash
set editing-mode vi set editing-mode vi
set show-mode-in-prompt on set show-mode-in-prompt on
set vi-ins-mode-string \1\e[33;32m\2[>]=\1\e[0m\2 set vi-ins-mode-string \1\e[33;32m\2[>]=\1\e[0m\2

View File

@ -1,10 +1,9 @@
--- ---
title: "Vim Tricks" title: "Vim Tricks"
tags: [ "vim" ] tags: [ "vim" ]
requiered: [ "ssh" ]
--- ---
## Remote Editing ## Remote Editing
`vim scp://*user*@*myserver*[:*port*]//*path/to/file.txt*` > vim scp://*user*@*myserver*[:*port*]//*path/to/file.txt*