Grep, das auf den Quellcode mehrerer Pakete abzielt, ist ärgerlich. Versuchen Sie, Milkode als schnellen Grep zu Text und Quellcode hinzuzufügen.
env
$ uname -r
4.19.104-microsoft-standard
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
install
$ sudo apt install ruby ruby-dev
$ sudo gem install milkode
initialize
$ milk init --default
Deprecation warning: Expected string default value for '--port'; got 9292 (numeric).
This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
create : /home/tkhshmsy/.milkode/milkode.yaml
create : /home/tkhshmsy/.milkode/db/milkode.db created.
add/remove
Ich habe bereits ungefähr 4 Pakete hinzugefügt.
$ git clone https://github.com/tkhshmsy/hogehoge.git
Cloning into 'hogehoge'...
remote: Enumerating objects: 87, done.
remote: Total 87 (delta 0), reused 0 (delta 0), pack-reused 87
Unpacking objects: 100% (87/87), 599.91 KiB | 777.00 KiB/s, done.
$ milk add hogehoge/
Deprecation warning: Expected string default value for '--port'; got 9292 (numeric).
This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
package : hogehoge
github : tkhshmsy/hogehoge
result : 1 packages, 73 records, 73 add. (0.98sec)
*milkode* : 5 packages, 976 records in /home/tkhshmsy/.milkode/db/milkode.db.
$ milk rm hogehoge/
Deprecation warning: Expected string default value for '--port'; got 9292 (numeric).
This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
rm_package : hogehoge
result : 1 packages, 73 records. (0.97sec)
*milkode* : 4 packages, 903 records in /home/tkhshmsy/.milkode/db/milkode.db.
update
$ milk update --all
Deprecation warning: Expected string default value for '--port'; got 9292 (numeric).
This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
package : package1
package : package2
package : package3
package : package4
result : 4 packages, 903 records. (0.18sec)
*milkode* : 4 packages, 903 records in /home/tkhshmsy/.milkode/db/milkode.db.
settings
gmilk
, um über die Befehlszeile zu suchen
--Farbig, um alle Pakete zu durchsuchen.bashrc
alias gmilk='gmilk -a --color'
Web UI
Starten Sie die Web-Benutzeroberfläche. Der öffentliche Standardport ist 9292.
$ milk web -o `hostname -I` -n
Erstellen Sie eine Verknüpfung unter Windows
wsl.exe - u <User> -- milk web -o `hostname -I` -n
Doppelklicken Sie auf die erstellte Verknüpfung, um sie auszuführen.
Wenn du aufhörst
Nicht viel in einem einzigen Paket benötigt,
Es ist nützlich für solche Dinge.
Recommended Posts