summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* added functionality to update posts v0.2.0Ben Morrison2019-08-303-5/+65
* version bump v0.1.2Ben Morrison2019-08-302-2/+2
* redundant code removedBen Morrison2019-08-301-3/+0
* version bump v0.1.1Ben Morrison2019-08-302-2/+2
* delintingBen Morrison2019-08-301-5/+2
* updated readme with build deps, installationBen Morrison2019-08-291-4/+56
* limit number of displayed posts to 30 v0.1.0Ben Morrison2019-08-291-4/+12
* fixed db dir permsBen Morrison2019-08-291-2/+1
* tests in makefile, cleaned db testBen Morrison2019-08-282-1/+10
* db tests are on separate pathBen Morrison2019-08-281-4/+6
* enabled hints for cli args, changed db locationBen Morrison2019-08-283-10/+7
* added makefileBen Morrison2019-08-281-0/+55
* screenshot addedBen Morrison2019-08-282-0/+1
* formatting outputBen Morrison2019-08-281-0/+2
* added codecov badgeBen Morrison2019-08-281-1/+1
* minor db test - will expand laterBen Morrison2019-08-281-0/+13
* fix logging testBen Morrison2019-08-281-2/+2
* cleanupBen Morrison2019-08-282-35/+2
* update readme & travis configBen Morrison2019-08-272-2/+50
* made list the default behaviorBen Morrison2019-08-271-6/+4
* formatting outputBen Morrison2019-08-271-0/+1
* minor syntax errorBen Morrison2019-08-271-2/+2
* finished posting and displayBen Morrison2019-08-274-109/+102
* added subtype to db::Cmd. Fleshed out cli args.Ben Morrison2019-08-274-8/+94
* db connected, logging upBen Morrison2019-08-275-4/+511
* fleshing out typesBen Morrison2019-08-274-0/+210
* initBen Morrison2019-08-274-0/+20
* initBen Morrison2019-08-272-0/+25
on of directories/files' href='/akspecs/ranger/commit/test/tc_directory.py?h=v1.5.2&id=fae694a03ebb52888a747010fcb92fa43b33b4a8'>fae694a0 ^
fe179145 ^
c6953a55 ^

fe179145 ^
5822dff7 ^
9506fb8e ^
fae694a0 ^
9506fb8e ^
a4570538 ^
fe179145 ^

fae694a0 ^
fe179145 ^
fae694a0 ^


4c05e43d ^

fae694a0 ^

fe179145 ^

fae694a0 ^




9506fb8e ^
fae694a0 ^
fae694a0 ^
1159f9ec ^



fe179145 ^
5822dff7 ^
9506fb8e ^
a4570538 ^

fae694a0 ^
fe179145 ^

fae694a0 ^
c6953a55 ^

fe179145 ^
fae694a0 ^
9506fb8e ^

f6f26231 ^
4c05e43d ^
f6f26231 ^







9506fb8e ^
fae694a0 ^

f6f26231 ^










4c05e43d ^

fae694a0 ^

fe179145 ^
5822dff7 ^

fe179145 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124