Starting interface with Taskwarrior. It may become its own repository later.
This commit is contained in:
parent
47eaafaf5c
commit
554fb9000e
15
src/MiniDocs/AcroReport.class.st
Normal file
15
src/MiniDocs/AcroReport.class.st
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Class {
|
||||||
|
#name : #AcroReport,
|
||||||
|
#superclass : #Object,
|
||||||
|
#category : #MiniDocs
|
||||||
|
}
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
AcroReport class >> project: projectName [
|
||||||
|
| jsonReport |
|
||||||
|
jsonReport := (GtSubprocessWithInMemoryOutput new
|
||||||
|
shellCommand: 'task project:', projectName , ' export';
|
||||||
|
runAndWait;
|
||||||
|
stdout).
|
||||||
|
^ STONJSON fromString: jsonReport
|
||||||
|
]
|
@ -15,6 +15,11 @@ LeTextCoderSnippetElement >> asLePage [
|
|||||||
^ newPage
|
^ newPage
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #'*MiniDocs' }
|
||||||
|
LeTextCoderSnippetElement >> asSnippetViewModel [
|
||||||
|
^ self snippetContent
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
LeTextCoderSnippetElement >> moveToPageTitled: pageName [
|
LeTextCoderSnippetElement >> moveToPageTitled: pageName [
|
||||||
| db origin destination |
|
| db origin destination |
|
||||||
|
Loading…
Reference in New Issue
Block a user