ソースを参照

Update with new fastfoo

Alois Mahdal 10 年 前
コミット
b553865810
共有11 個のファイルを変更した11 個の追加11 個の削除を含む
  1. 1
    1
      bin/saturnin.skel
  2. 1
    1
      libexec/saturnin-conf
  3. 1
    1
      libexec/saturnin-czrates
  4. 1
    1
      libexec/saturnin-dmenu
  5. 1
    1
      libexec/saturnin-iam
  6. 1
    1
      libexec/saturnin-ip
  7. 1
    1
      libexec/saturnin-ln
  8. 1
    1
      libexec/saturnin-push
  9. 1
    1
      libexec/saturnin-revert
  10. 1
    1
      libexec/saturnin-watch
  11. 1
    1
      libexec/saturnin-www

+ 1
- 1
bin/saturnin.skel ファイルの表示

@@ -19,7 +19,7 @@ export FFOO_CONFIG_PATH=$(mkconfpath | tr '\n' :)
19 19
 export SATURNIN_VERSION="__VERSION__"
20 20
 
21 21
 ffoo import exits
22
-ffoo import core
22
+ffoo import pretty
23 23
 
24 24
 usage() {
25 25
     usage_is "[-d|-v] command [args...]" \

+ 1
- 1
libexec/saturnin-conf ファイルの表示

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

+ 1
- 1
libexec/saturnin-czrates ファイルの表示

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

+ 1
- 1
libexec/saturnin-dmenu ファイルの表示

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

+ 1
- 1
libexec/saturnin-iam ファイルの表示

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

+ 1
- 1
libexec/saturnin-ip ファイルの表示

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

+ 1
- 1
libexec/saturnin-ln ファイルの表示

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

+ 1
- 1
libexec/saturnin-push ファイルの表示

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

+ 1
- 1
libexec/saturnin-revert ファイルの表示

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

+ 1
- 1
libexec/saturnin-watch ファイルの表示

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

+ 1
- 1
libexec/saturnin-www ファイルの表示

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