From 789dc045fb9e867466402e4836b8be26c32e02db Mon Sep 17 00:00:00 2001 From: "Dr. Matthias Ratajczak" Date: Mon, 13 Feb 2023 13:55:56 +0100 Subject: [PATCH] add output formats and todo --- README.md | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) diff --git a/README.md b/README.md index 5b38713..0067819 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,205 @@ # pacdef_rust +## output formats + +### search + +TODO: make these consistent! + +``` +base +---- +[pacman] +base-devel + +fwdh95 +------ +[pacman] +udev-led-rules + +xorg +---- +[pacman] +devour +``` + +### unmanaged +``` +[pacman] + libxcrypt-compat + strace +``` + +### clean + +``` +Would remove the following packages + [pacman] + libxcrypt-compat + strace +Continue? [Y/n] +``` + +### review + +``` +pacman: libxcrypt-compat +assign to (g)roup, (d)elete, (s)kip, (i)nfo, (a)s dependency, (q)uit? d +pacman: strace +assign to (g)roup, (d)elete, (s)kip, (i)nfo, (a)s dependency, (q)uit? g +0: base +1: desktop +2: fwdh95 +3: notebook +4: panthera +5: python +6: rust +7: ssd +8: wayland +9: wireless +10: work +11: xorg +0 +[pacman] +delete: + libxcrypt-compat +assign groups: + strace -> base +Continue? [Y/n] +``` + +### sync +``` +Would install the following packages: + [pacman] + broot +Continue? [Y/n] +``` + +### show + +``` +[pacman] +asciinema +autoconf +automake +base +base-devel +bashtop +bat +bat-extras +binutils +bison +broot +cheat +ctags +docker +docker-compose +dog +downgrade +duf +dust +fakeroot +fd +file +findpkg +findutils +flex +fzf +gawk +gcc +gettext +git +git-delta +gptfdisk +grep +groff +gzip +htop +hyperfine +iftop +inetutils +intel-ucode +iotop +kernel-modules-hook +libtool +linux +linux-firmware +linux-headers +linux-lts +linux-lts-headers +logrotate +lsb-release +lsd +lshw +lsix-git +lsof +m4 +make +man-db +man-pages +moreutils +namcap +ncdu +neovim +neovim-symlinks +net-tools +nextcloud-client +nnn +ntp +openssh +overdue +pacman +pacman-contrib +pandoc-bin +paru-bin +patch +pkgconf +plocate +polkit +prettier +procps-ng +psmisc +pwgen +python +python-joblib +python-pydantic +python-pynvim +ripgrep +rsync +sd +sed +smartmontools +sshfs +sudo +texinfo +tmux +usbutils +viddy +vifm +vim-pacmanlog +vv-sixel-git +wget +which +yarn +yt-dlp +zfs-auto-snapshot +zfs-linux +zfs-linux-lts +zfs-undelete-git +zfs-utils +zoxide +zpool-scrub-unit +zsh +zsh-autosuggestions +zsh-completions +zsh-syntax-highlighting +community/zsh-theme-powerlevel10k +zsh-you-should-use + +[rust] +cargo-update +pacdef +topgrade +``` +