fix: Rename freeflowuniverse to incubaid
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
module docsorter
|
||||
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.ui.console
|
||||
import os
|
||||
import json
|
||||
import freeflowuniverse.herolib.lang.python
|
||||
import incubaid.herolib.lang.python
|
||||
|
||||
@[heap]
|
||||
pub struct Doc {
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
|
||||
|
||||
Each document we will sort need to have e.g. `[aac]` in the name, the aac is the id of the document
|
||||
|
||||
How to use
|
||||
|
||||
- documents can be downloaded from any source and put in a directory which is the the source of the information
|
||||
|
||||
|
||||
## example
|
||||
|
||||
```v
|
||||
#!/usr/bin/env -S v -gc none -cc tcc -d use_openssl -enable-globals run
|
||||
|
||||
import os
|
||||
import import freeflowuniverse.herolib.conversiontools.docsorter
|
||||
import import incubaid.herolib.conversiontools.docsorter
|
||||
|
||||
docsorter.sort(
|
||||
path: '/Users/despiegk1/Downloads/pdfcleaner'
|
||||
@@ -46,4 +44,4 @@ the first is the id, 2nd is name of the collection, the 3e is the name, and 4e i
|
||||
url:'https://docs.google.com/document/d/1sjh2K6iay86H9Gd83gY04bVDSj4brxADEWQMVmDq0SQ'
|
||||
description:'OurWorld Investment Memo Nov 2024'
|
||||
!!docsorter.canva_export ...
|
||||
```
|
||||
```
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module docsorter
|
||||
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.ui.console
|
||||
import os
|
||||
|
||||
fn (mut pc DocSorter) slides_process(path string) ! {
|
||||
|
||||
Reference in New Issue
Block a user