blob: 140372885a368026b3116dd39068c7631827ee85 (
plain)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
|
### 1.0.2
* fixed monitor back into usability for more than just a task starter
### 1.0.1
* Various small improvements
# 1.0.0
* big function rename to `<tool>`::`<file>`::`<function>` to make it easier to read hopefully
* uses mulle-bashfunctions 4 now
* can now run under zsh if bash is not available
### 0.9.2
* Various small improvements
### 0.9.1
* installer verbose toggle
## 0.9.0
* added category filter
* improved *list* sub-command for **task** and **callback**
## 0.8.0
* changed to mulle-bashfunctions 2 call convention
* moved to mulle-bashfunctions v2
* ask mulle-env for the location of ETC SHARE and VAR directories
### 0.7.3
* do not depend on inotifywait/fswatch since basic functionality works without (fix for 10.6)
### 0.7.2
* small beauty fixes in code
## 0.7.1
* use own .mulle folder now, no private storage of patternfiles or suc
* readde --craft in a more general way
### 0.6.4
* improve README.md
### 0.6.3
* suppress boring warning when cleaning
### 0.6.2
* added possibly ill-fated option to run tasks optonally async
### 0.6.1
* fix RVAL problem
## 0.6.0
* use `r_` functions of mulle-bashfunctions 1.8.0
* use `r_` functions of mulle-bashfunctions 1.8.0
### 0.5.13
* minor code improvements
### 0.5.12
* capitalize error message
### 0.5.11
* capitalize an error message properly
### 0.5.10
* return rval from main task run
### 0.5.9
* remove file from git
### 0.5.8
* simplify README
### 0.5.7
* improved brew formula defintion
### 0.5.6
* fix debian dependencies
### 0.5.5
* fix debian dependencies
### 0.5.4
* fix package dependencies more
### 0.5.3
* fix homebrew install ruby script
### 0.5.2
* improved -v debugging for clean and friends
### 0.5.1
* rename install to installer, because of name conflict
## 0.5.0
* run a task craft after other tasks if so desired (simplifies the mulle-sde-developer callbacks)
### 0.4.7
* rename install.sh to install, improve tracing
### 0.4.6
* CMakeLists.txt CMakePackage.cmake LICENSE README.md RELEASENOTES.md build dox install.sh mulle-monitor mulle-monitor.graffle mulle-monitor.png mulle-monitor.sublime-project mulle-monitor.sublime-workspace mulle-project src tests tmp.12ro4m9c tmp.F1LivqOc tmp.VcXsbUuX tmp.nQn0FGZ3 simplified CMakeLists.txt
### 0.4.5
* remove "lame but practical" hardcoded .mulle-sde dir
### 0.4.4
* use `MULLE_HOSTNAME` vor var/run
### 0.4.3
* fix bug with `_match_filepath`
### 0.4.2
* use `MULLE_UNAME` pervasively
### 0.4.1
* update dox
## 0.4.0
* make secondary command set more uniform across mulle-sde tools
### 0.3.4
* build CMakeLists.txt CMakePackage.cmake dox install.sh LICENSE mulle-monitor mulle-monitor.graffle mulle-monitor.png mulle-monitor.sublime-project mulle-monitor.sublime-workspace mulle-project README.md RELEASENOTES.md src tests tmp.0TzfdmXk tmp.1InwGGbY tmp.1Of0mhck tmp.6IxH9i3i tmp.90TuSlAk tmp.DVmRIPC5 tmp.HbdjIHtw tmp.lXYv2HQt tmp.wM9ySHfc fix for linux, use less backticks
* split off mulle-match into own project
### 0.3.3
* * fix option handling for project
### 0.3.1
* Various small improvements
## 0.3.0
* Various small improvements
## 0.2.0
* also search share/libexec and share/bin, so that extensions can install into share only
* experimentally add [ -? <pattern> ] to test for directory or file or some such
* add cat commands to task and callback
### 0.1.2
* Various small improvements
### 0.0.4
* fix stuff, add new tests
### 0.0.3
* much improved callback, task, patternfile commands
### 0.0.2
* Various small improvements
|