Browse Source

Update with new fastfoo

Alois Mahdal 10 years ago
parent
commit
b553865810

+ 1
- 1
bin/saturnin.skel View File

19
 export SATURNIN_VERSION="__VERSION__"
19
 export SATURNIN_VERSION="__VERSION__"
20
 
20
 
21
 ffoo import exits
21
 ffoo import exits
22
-ffoo import core
22
+ffoo import pretty
23
 
23
 
24
 usage() {
24
 usage() {
25
     usage_is "[-d|-v] command [args...]" \
25
     usage_is "[-d|-v] command [args...]" \

+ 1
- 1
libexec/saturnin-conf View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
+ffoo import pretty
5
 ffoo import config
6
 ffoo import config
6
-ffoo import core
7
 
7
 
8
 debug "\$@=$@"
8
 debug "\$@=$@"
9
 
9
 

+ 1
- 1
libexec/saturnin-czrates View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
-ffoo import core
5
+ffoo import pretty
6
 
6
 
7
 uri='https://www.cnb.cz/en/financial_markets/foreign_exchange_market/exchange_rate_fixing/daily.txt'
7
 uri='https://www.cnb.cz/en/financial_markets/foreign_exchange_market/exchange_rate_fixing/daily.txt'
8
 
8
 

+ 1
- 1
libexec/saturnin-dmenu View File

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
-ffoo import core
4
+ffoo import pretty
5
 
5
 
6
 usage() {
6
 usage() {
7
     usage_is "[-l|--lines NUM] [--split CHAR] ARGS..."
7
     usage_is "[-l|--lines NUM] [--split CHAR] ARGS..."

+ 1
- 1
libexec/saturnin-iam View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
-ffoo import core
5
+ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon
7
 
7
 
8
 
8
 

+ 1
- 1
libexec/saturnin-ip View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
-ffoo import core
5
+ffoo import pretty
6
 ffoo import types
6
 ffoo import types
7
 
7
 
8
 mkbrief() {
8
 mkbrief() {

+ 1
- 1
libexec/saturnin-ln View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
-ffoo import core
5
+ffoo import pretty
6
 
6
 
7
 DEFAULT_TARGET=$HOME
7
 DEFAULT_TARGET=$HOME
8
 TRY_RELPATH=true
8
 TRY_RELPATH=true

+ 1
- 1
libexec/saturnin-push View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
-ffoo import core
5
+ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon
7
 
7
 
8
 ORDER="$(saturnin conf -p push.options.order)"
8
 ORDER="$(saturnin conf -p push.options.order)"

+ 1
- 1
libexec/saturnin-revert View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
-ffoo import core
5
+ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon
7
 
7
 
8
 FFOO_VERBOSE=${FFOO_VERBOSE:-true}
8
 FFOO_VERBOSE=${FFOO_VERBOSE:-true}

+ 1
- 1
libexec/saturnin-watch View File

2
 
2
 
3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
-ffoo import core
5
+ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon
7
 
7
 
8
 interval=2
8
 interval=2

+ 1
- 1
libexec/saturnin-www View File

3
 . <(ffoom init)
3
 . <(ffoom init)
4
 
4
 
5
 ffoo import config
5
 ffoo import config
6
-ffoo import core
6
+ffoo import pretty
7
 
7
 
8
 ffoo import saturnin_www
8
 ffoo import saturnin_www
9
 
9