v1.9.0
- Add the option
-fixcol
that disables keysi
,a
, andx
not to shift columns. - Move the main function to the sub-package
cmd/csvi
to be available as a package of Go - Add the option
-readonly
that forbide changing the value of cell. When enabled, "q" shutdowns csvi immediately
- 列をズレさせないよう、
i
,a
,x
などを無効にする オプション-fixcol
を追加 - Goパッケージとして利用できるよう、main 関数を
cmd/main
へ移動 - セルの変更を禁止する
-readonly
オプションの追加。この時はq
で確認プロンプトは出さない