1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
}
0 => App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
}
0 => App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
}
0 => App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021}
0 => App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021}
0 => App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021}
0 => App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
}
0 => App\Entity\EntryComment {#2078}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
}
0 => App\Entity\EntryComment {#2078}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2078
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2162 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2161 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2214 …}
+slug: "Terminal-Utility-Mega-list"
+title: "Terminal Utility Mega list!"
+url: "https://sh.itjust.works/pictrs/image/4b26679f-bb00-4849-a04b-a28835fabb74.png"
+body: """
[Browsers]\n
============\n
\n
Browsh\n
------\n
\n
old school looking terminal web browser with image support that runs on a modified version of Firefox [www.brow.sh](https://www.brow.sh/)\n
\n
Lynx\n
----\n
\n
Terminal web browser (can configure to use MPV or YouTube-dl for videos) [lynx.browser.org](https://lynx.browser.org/)\n
\n
Links\n
-----\n
\n
Terminal based web browser a lot like lynx [links.twibright.com](http://links.twibright.com/)\n
\n
suggested by [sh.itjust.works/u/Buck@lemmy.world](https://sh.itjust.works/u/Buck@lemmy.world)\n
\n
[System Monitoring]\n
=====================\n
\n
uptimed\n
-------\n
\n
System uptime record daemon that keeps track of your highest uptimes [github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
TTYload\n
-------\n
\n
color-coded graph of load averages over time [zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Bottom\n
------\n
\n
shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. [github.com/ClementTsang/bottom](https://github.com/ClementTsang/bottom)\n
\n
gdu\n
---\n
\n
Pretty fast disk usage analyzer written in Go.\n
\n
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.\n
\n
[github.com/dundee/gdu](https://github.com/dundee/gdu)\n
\n
suggested by @stepanzak@iusearchlinux.fyi\n
\n
neofetch\n
--------\n
\n
display your *NIX and system info with one command! [github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)\n
\n
nvtop\n
-----\n
\n
Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, [github.com/Syllo/nvtop](https://github.com/Syllo/nvtop)\n
\n
Htop\n
----\n
\n
generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks [htop.dev](https://htop.dev/)\n
\n
duf\n
---\n
\n
Shows disks space, Mounted point, File system type, Size [github.com/muesli/duf](https://github.com/muesli/duf)\n
\n
Pydf\n
----\n
\n
Check disk space usage with colored output [geeksforgeeks.org/pydf-check-disk-space-usage-wit…](https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)\n
\n
suggested by [sh.itjust.works/u/easeKItMAn@lemmy.world](https://sh.itjust.works/u/easeKItMAn@lemmy.world)\n
\n
Glacees\n
-------\n
\n
A lot like Htop or top but looks different and is cross platform. [github.com/nicolargo/glances](https://github.com/nicolargo/glances)\n
\n
Btop\n
----\n
\n
Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. [github.com/aristocratos/btop](https://github.com/aristocratos/btop)\n
\n
Suggested by [sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)\n
\n
[Text Editors and file location]\n
==================================\n
\n
fd\n
--\n
\n
Superfast file finder Via cmd line. [github.com/sharkdp/fd](https://github.com/sharkdp/fd)\n
\n
Autojump\n
--------\n
\n
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. [github.com/wting/autojump](https://github.com/wting/autojump)\n
\n
suggested by [sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)\n
\n
fzf\n
---\n
\n
Fuzzy command line finder [github.com/junegunn/fzf](https://github.com/junegunn/fzf)\n
\n
mcfly\n
-----\n
\n
quickly look through your shell history, to find that one command you’re too lazy to type again (I do it as well LMAO) [github.com/cantino/mcfly](https://github.com/cantino/mcfly)\n
\n
Atuin\n
-----\n
\n
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)\n
\n
[github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
TLDR\n
----\n
\n
a community driven easy man page finder. (life saver) [github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)\n
\n
Nano\n
----\n
\n
The default text editor, not stupid complicated not. not very configurable but does the job [www.nano-editor.org](https://www.nano-editor.org/)\n
\n
Micro\n
-----\n
\n
it’s like Nano but is static and has no dependency as well as plugin support. [micro-editor.github.io](https://micro-editor.github.io/)\n
\n
Suggested by [sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)\n
\n
Helix\n
-----\n
\n
It’s a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!\n
\n
[helix-editor.com](https://helix-editor.com/)Suggested by [sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)\n
\n
Emacs\n
-----\n
\n
Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple [www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)\n
\n
Kakoune\n
-------\n
\n
A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy [github.com/mawww/kakoune](https://github.com/mawww/kakoune)\n
\n
suggested by [sh.itjust.works/u/RAM@discuss.tchncs.de](https://sh.itjust.works/u/RAM@discuss.tchncs.de)\n
\n
Bim\n
---\n
\n
Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM [github.com/klange/bim](https://github.com/klange/bim)\n
\n
suggested by [sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)\n
\n
Vim\n
---\n
\n
The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM [www.vim.org](https://www.vim.org/)\n
\n
Neovim\n
------\n
\n
it’s like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly [neovim.io](https://neovim.io/)\n
\n
[Command utilities]\n
=====================\n
\n
Tmux\n
----\n
\n
its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don’t understand :D Also the keybindings are hard to remember and would highly recommend [github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
[github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)\n
\n
tmate\n
-----\n
\n
its a fork of tmux that lets your share your terminal over LAN or the internet [tmate.io](https://tmate.io/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
Terminal colors\n
---------------\n
\n
```\n
\n
<span style="color:#323232;">It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)\n
</span><span style="color:#323232;">and displays the appropriate color charts.\n
</span>\n
```\n
\n
[zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
byobu\n
-----\n
\n
its alot like tmux with added features [www.byobu.org](https://www.byobu.org/)suggested by [sh.itjust.works/u/Geert@lemmy.world](https://sh.itjust.works/u/Geert@lemmy.world)\n
\n
zellij\n
------\n
\n
Alot like Tmux and has plugin support [github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
jq\n
--\n
\n
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It’s written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. [github.com/jqlang/jq](https://github.com/jqlang/jq)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
zoxide\n
------\n
\n
faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. [github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)\n
\n
suggested by [sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)\n
\n
ncdu\n
----\n
\n
shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
neomutt\n
-------\n
\n
email via cli! [neomutt.org](https://neomutt.org/)\n
\n
suggested by [sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)\n
-----------------------------------------------------------------------------------------------\n
\n
tig\n
---\n
\n
interactive terminal UI for git with lots of functionality [github.com/jonas/tig](https://github.com/jonas/tig)\n
\n
suggested by [sh.itjust.works/u/Hexagon@feddit.it](https://sh.itjust.works/u/Hexagon@feddit.it)\n
\n
pass\n
----\n
\n
the standard Unix password manager [www.passwordstore.org](https://www.passwordstore.org/)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Starship\n
--------\n
\n
The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) [github.com/starship/starship](https://github.com/starship/starship)suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazygit\n
-------\n
\n
Terminal UI for git [github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Lazydocker\n
----------\n
\n
Terminal ui for docker, Shows CPU and memory, and what’s running and where its pulled from. [github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)\n
\n
Suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
RM-improved/RIP\n
---------------\n
\n
Use RM but everything goes to /tmp folder [github.com/nivekuil/rip](https://github.com/nivekuil/rip)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Trashy\n
------\n
\n
fast and light weight RM that moves items to trash folder and has colorized outputs like FD. [github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
tealdear\n
--------\n
\n
tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) [github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)\n
\n
suggested by [sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)\n
\n
Navi\n
----\n
\n
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. [github.com/denisidoro/navi](https://github.com/denisidoro/navi)\n
\n
suggested by [sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)\n
\n
Cheat\n
-----\n
\n
this program allows you to create and view interactive cheatsheets on the command-line. [github.com/cheat/cheat](https://github.com/cheat/cheat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
gomi\n
----\n
\n
its RM except has a trash can so you don’t permitly delete something by accident \n
[github.com/babarot/gomi](https://github.com/babarot/gomi)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
broot\n
-----\n
\n
a different than ranger/lf approach to navigating folders [github.com/Canop/broot](https://github.com/Canop/broot)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
mdr\n
---\n
\n
a markdown viewer [github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
eza\n
---\n
\n
modern ls, with cool features like file icons [github.com/eza-community/eza](https://github.com/eza-community/eza)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
Rtorrent\n
--------\n
\n
a terminal based torrent client [rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)\n
\n
suggested by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
ouch\n
----\n
\n
It’s a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar [github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)\n
\n
suggested by [sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)\n
\n
bat\n
---\n
\n
modern cat, with features like syntax highlighting, line numbers, etc [github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested by [sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)\n
\n
thefuck\n
-------\n
\n
hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong [github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
[Shells]\n
==========\n
\n
Nushell\n
-------\n
\n
it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. [www.nushell.sh](https://www.nushell.sh/)suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Bash\n
----\n
\n
its the default and lots of programs use it, [www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)\n
\n
ble.sh\n
------\n
\n
Bash Line Editor, bash Shell with a few tweaks [github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested by [sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)\n
\n
Mosh\n
----\n
\n
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) [mosh.org](https://mosh.org/)\n
\n
suggested by [sh.itjust.works/u/Bitflip@lemmy.ml](https://sh.itjust.works/u/Bitflip@lemmy.ml)\n
\n
DASH\n
----\n
\n
a POSIX-compliant /bin/sh that is fast and simple [gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Fish\n
----\n
\n
its like bash but has auto correct for typing [fishshell.com](https://fishshell.com/)\n
\n
Zsh\n
---\n
\n
its like vim for a shell, it has lots of bells and whistles and is very customizable. [github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)\n
\n
[File Browsers]\n
=================\n
\n
Midnight Commander\n
------------------\n
\n
Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!\n
\n
[midnight-commander.org](https://midnight-commander.org/)\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
Fm.awk\n
------\n
\n
File manager written in awk [github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)Suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
lmf\n
---\n
\n
st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it’s written in Python v3.4+. [inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)\n
\n
Rover\n
-----\n
\n
Rover is a small file browser that aims to be simple, fast and portable. [lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
LF\n
--\n
\n
lf (as in “list files”) is a terminal file manager written in Go with a heavy inspiration from ranger file manager. [github.com/gokcehan/lf](https://github.com/gokcehan/lf)\n
\n
suggested by [sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)\n
\n
Ranger\n
------\n
\n
Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable \n
[github.com/ranger/ranger](https://github.com/ranger/ranger)\n
\n
----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs\n
\n
Suggested by [sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)\n
\n
nnn\n
---\n
\n
nnn (n³) is a full-featured terminal file manager. It’s tiny, nearly 0-config and incredibly fast. [github.com/jarun/nnn](https://github.com/jarun/nnn)suggest by [sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)\n
\n
[Fun/games]\n
=============\n
\n
lolcat\n
------\n
\n
make your terminal rainbow [github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)\n
\n
suggested by [sh.itjust.works/u/GentooIsBased@lemmy.ml](https://sh.itjust.works/u/GentooIsBased@lemmy.ml)\n
\n
Cowsay\n
------\n
\n
make a cow say something in Terminal! [github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)\n
\n
Suggested by [sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)\n
\n
Bastet\n
------\n
\n
Tetris clone via terminal [github.com/fph/bastet/](https://github.com/fph/bastet/)suggested by [sh.itjust.works/u/pastaPersona@lemmy.world](https://sh.itjust.works/u/pastaPersona@lemmy.world)\n
\n
Cmatrix\n
-------\n
\n
make your terminal look like your mr.hacker man [github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
spotify-tui\n
-----------\n
\n
Spotify CLI frontend (Spotify via terminal) [github.com/Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
cacademo\n
--------\n
\n
plays a bunch of neat ASCII animations [linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)\n
\n
suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
figlet\n
------\n
\n
ASCII text art. [www.figlet.org](http://www.figlet.org/)\n
\n
toilet\n
------\n
\n
turn text into ASCII art. [caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)\n
\n
Yewtube\n
-------\n
\n
a cli youtube piped client, stream, download and play audio from YouTube piped. [github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)\n
\n
suggested by [sh.itjust.works/u/Steamymoomilk](https://sh.itjust.works/u/Steamymoomilk)\n
\n
cbonsai\n
-------\n
\n
Little ASCII art bonsai tree that can be animated with the -l flag [gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested by [sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)\n
\n
tty-clock\n
---------\n
\n
a digital clock via your terminal! [github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs\n
\n
I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 111
+favouriteCount: 527
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719459439 {#2092
date: 2024-06-27 05:37:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@stepanzak@iusearchlinux.fyi"
]
+comments: Doctrine\ORM\PersistentCollection {#2213 …}
+votes: Doctrine\ORM\PersistentCollection {#2230 …}
+reports: Doctrine\ORM\PersistentCollection {#2232 …}
+favourites: Doctrine\ORM\PersistentCollection {#2228 …}
+notifications: Doctrine\ORM\PersistentCollection {#2192 …}
+badges: Doctrine\ORM\PersistentCollection {#2299 …}
+children: [
1 => App\Entity\EntryComment {#2021
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "baca is a terminal based epub reader. Quite nice."
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1710872636 {#2011
date: 2024-03-19 19:23:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 265902
-bodyTs: "'baca':1 'base':5 'epub':6 'nice':9 'quit':8 'reader':7 'termin':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6311282"
+editedAt: null
+createdAt: DateTimeImmutable @1703977935 {#2033
date: 2023-12-31 00:12:15.0 +01:00
}
+"title": 265902
}
0 => App\Entity\EntryComment {#2078}
]
-id: 25931
-titleTs: "'list':4 'mega':3 'termin':1 'util':2"
-bodyTs: "'/)':23,42,55,210,487,508,681,712,955,1458,1496,1554,1821 '/)suggested':552,784,826,988,1394 '/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1776 '/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':919 '/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1424 '/aristocratos/btop](https://github.com/aristocratos/btop)':315 '/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':450 '/babarot/gomi](https://github.com/babarot/gomi)suggested':1207 '/bin/sh':1469 '/busyloop/lolcat](https://github.com/busyloop/lolcat)':1731 '/canop/broot](https://github.com/canop/broot)suggested':1223 '/cantino/mcfly](https://github.com/cantino/mcfly)':406 '/cheat/cheat](https://github.com/cheat/cheat)suggested':1183 '/clementtsang/bottom](https://github.com/clementtsang/bottom)':117 '/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1121 '/denisidoro/navi](https://github.com/denisidoro/navi)':1159 '/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1600 '/dundee/gdu](https://github.com/dundee/gdu)':156 '/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':172 '/eza-community/eza](https://github.com/eza-community/eza)suggested':1250 '/fph/bastet/](https://github.com/fph/bastet/)suggested':1760 '/gokcehan/lf](https://github.com/gokcehan/lf)':1647 '/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1568 '/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1869 '/jarun/nnn](https://github.com/jarun/nnn)suggest':1718 '/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1051 '/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1026 '/jonas/tig](https://github.com/jonas/tig)':973 '/jqlang/jq](https://github.com/jqlang/jq)suggested':892 '/junegunn/fzf](https://github.com/junegunn/fzf)':378 '/klange/bim](https://github.com/klange/bim)':639 '/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1808 '/mawww/kakoune](https://github.com/mawww/kakoune)':604 '/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1234 '/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1847 '/muesli/duf](https://github.com/muesli/duf)':223 '/nicolargo/glances](https://github.com/nicolargo/glances)':259 '/nivekuil/rip](https://github.com/nivekuil/rip)':1071 '/nvbn/thefuck](https://github.com/nvbn/thefuck)':1346 '/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1097 '/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1517 '/ouch-org/ouch](https://github.com/ouch-org/ouch)':1298 '/p/rover/](https://lecram.github.io/p/rover/)suggested':1618 '/pictures':916 '/piuccio/cowsay](https://github.com/piuccio/cowsay)':1747 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':95 '/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':810 '/pydf-check-disk-space-usage-wit':234 '/pydf-check-disk-space-usage-with-colored-output/)':237 '/ranger/ranger](https://github.com/ranger/ranger)':1672 '/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1792 '/rip':1060 '/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':77 '/rtorrent/](https://rakshasa.github.io/rtorrent/)':1263 '/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1317 '/sharkdp/fd](https://github.com/sharkdp/fd)':335 '/software/bash/](https://www.gnu.org/software/bash/)':1411 '/software/emacs/](https://www.gnu.org/software/emacs/)':578 '/starship/starship](https://github.com/starship/starship)suggested':1014 '/syllo/nvtop](https://github.com/syllo/nvtop)':187 '/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':467 '/tmp':1067 '/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':756 '/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':763 '/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1187,1211,1227,1238,1254,1321 '/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1463 '/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1752 '/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':60 '/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1398,1482,1652 '/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':370 '/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1303 '/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':242 '/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':924 '/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':320 '/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':960 '/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':830 '/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1736 '/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1268,1722 '/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':947,978 '/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1428 '/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':513 '/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1559,1695 '/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':644 '/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1764 '/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':760,845,896,992,1018,1030,1056,1076,1126 '/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':609 '/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':82,100,788,814,1572,1622,1852 '/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':454,1102,1164 '/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1351,1780,1797,1813,1873 '/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':556 '/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1830 '/wting/autojump](https://github.com/wting/autojump)':365 '/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1885 '/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':841 '/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1477 '0':1711 '11':270 '16':795 '2':1530 '256':797 '4':1684 '7z':1286 '8':794 '88':796 'accid':1204 'action':594 'actual':729 'ad':821,1673 'add':1890,1905,1926,1941 'addit':420,425 'address':290 'aim':612,1609 'akin':858 'allow':879,1129,1168,1434 'alot':817,832,1654 'also':743,937 'analyz':123 'anim':1805,1862 'anyth':674 'applic':1432 'approach':1217 'appropri':805 'argu':671 'argument':1150 'art':1817,1827,1856 'ascii':1804,1815,1826,1855 'atuin':407,408,440 'audio':1841 'auto':1489 'autojump':336,337 'automat':792 'avail':277 'averag':90 'avrag':205 'awk':861,1565 'base':45,585,590,634,1258 'bash':1399,1413,1416,1486 'basic':196,1536 'bastet':1753 'bat':1304 'behold':558 'bell':1508 'better':446 'bim':610,611 'bit':725 'blaze':997 'blazing-fast':996 'ble.sh':1412 'bob':727 'bonsai':1857 'bottom':101 'broot':1212 'brows':1132 'browser':1,8,27,47,1519,1527,1607 'browsh':2 'btop':260,261 'bug':1690 'bunch':1801 'byobu':815 'bz':1290 'bz2':1291 'c':873 'caca.zoy.org':1829 'caca.zoy.org/wiki/toilet](http://caca.zoy.org/wiki/toilet)':1828 'cacademo':1798 'cach':279 'capabl':799 'cat':1306 'cbonsai':1853 'cd':899 'chart':807 'cheat':1165 'cheatsheet':1134,1175 'check':225 'child':570,693 'church':560 'clean':1387 'cli':718,951,1273,1785,1833 'client':1260,1836 'clock':181,1876,1879 'clone':1755 'cmatrix':1765 'cmd':331 'code':86 'color':85,230,790,798,806,1091 'color-cod':84 'command':169,361,373,390,424,713,854,1118,1146,1179,1331,1342,1521,1523,1657 'command-lin':853,1178 'commit':597 'communiti':457 'compliant':1468 'complic':475 'compress':1276 'config':1712 'configur':29,479,572,661,699 'connect':1438 'consol':1585 'context':421 'cool':1243,1365,1894,1919,1930,1955 'copi':1542 'core':104,199,305 'correct':1490 'cow':1740 'cowsay':1737 'cpu':103,105,198,303,304,306,308,1037 'crank':268 'creat':1171 'cross':255 'curl':1381 'curs':1589 'curv':657 'custom':1009 'customiz':267,548,1001,1514,1669 'd':742 'daemon':67 'dash':1464 'data':867,889 'databas':351,417 'decompress':1278 'default':274,470,1402 'delet':941,1201,1547 'depend':499,621,878 'detail':1370 'detect':793 'didnt':1328 'differ':252,532,1214 'digit':1878 'directori':354,935 'disk':109,110,121,133,213,226,929 'display':161,803,1153,1374 'distro':1682 'dl':36 'docker':1035 'download':286,1141,1838 'driven':458 'duf':211 'dynam':1152 'e.g':909 'easi':459 'easili':882,1111 'echo':1443 'edit':625,1446 'editor':322,472,522,584,652,1415 'electron':541 'emac':557,562 'email':949 'encrypt':431 'error':1371 'etc':1314 'everyth':1064 'except':1191 'execut':1145 'exist':411 'experi':626 'explor':938 'extens':630 'extern':620 'eza':1239 'fanci':736 'fast':120,998,1078,1472,1613,1715 'faster':340 'faster/easier':898 'fd':326,1094 'featur':617,822,1244,1308,1366,1703 'feel':1899,1935 'figlet':1814 'file':217,324,328,942,1246,1518,1526,1537,1545,1561,1575,1580,1606,1628,1632,1643,1705 'filesystem':345,908 'filter':884 'find':387,1112,1918,1954 'finder':329,375,462 'firefox':19 'fish':1483 'fishshell.com':1493,1495 'fishshell.com/)':1494 'fix':1336 'flag':1866 'flexibl':852 'fm.awk':1560 'folder':1068,1088,1220 'fork':767 'format':1281 'free':281,1900,1936 'friend':708,864 'frontend':1786 'full':1702 'full-featur':1701 'fulli':137,430 'fun/games':1723 'function':970 'fuzzi':372 'fzf':371 'gain':149 'gdu':118,127 'geeksforgeeks.org':233 'geeksforgeeks.org/pydf-check-disk-space-usage-wit':232 'generic':189 'get':1378 'git':966,1023,1379,1680 'github.com':76,116,155,171,186,222,258,314,334,364,377,405,449,466,603,638,755,762,840,891,918,972,1013,1025,1050,1070,1096,1120,1158,1182,1206,1222,1233,1249,1297,1316,1345,1423,1516,1567,1646,1671,1717,1730,1746,1759,1775,1791,1846,1884 'github.com/abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)suggested':1774 'github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)':917 'github.com/akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh)suggested':1422 'github.com/aristocratos/btop](https://github.com/aristocratos/btop)':313 'github.com/atuinsh/atuin](https://github.com/atuinsh/atuin)suggested':448 'github.com/babarot/gomi](https://github.com/babarot/gomi)suggested':1205 'github.com/busyloop/lolcat](https://github.com/busyloop/lolcat)':1729 'github.com/canop/broot](https://github.com/canop/broot)suggested':1221 'github.com/cantino/mcfly](https://github.com/cantino/mcfly)':404 'github.com/cheat/cheat](https://github.com/cheat/cheat)suggested':1181 'github.com/clementtsang/bottom](https://github.com/clementtsang/bottom)':115 'github.com/dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)':1119 'github.com/denisidoro/navi](https://github.com/denisidoro/navi)':1157 'github.com/dundee/gdu](https://github.com/dundee/gdu)':154 'github.com/dylanaraps/neofetch](https://github.com/dylanaraps/neofetch)':170 'github.com/eza-community/eza](https://github.com/eza-community/eza)suggested':1248 'github.com/fph/bastet/](https://github.com/fph/bastet/)suggested':1758 'github.com/gokcehan/lf](https://github.com/gokcehan/lf)':1645 'github.com/huijunchen9260/fm.awk/](https://github.com/huijunchen9260/fm.awk/)suggested':1566 'github.com/jarun/nnn](https://github.com/jarun/nnn)suggest':1716 'github.com/jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker)':1049 'github.com/jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)suggested':1024 'github.com/jonas/tig](https://github.com/jonas/tig)':971 'github.com/jqlang/jq](https://github.com/jqlang/jq)suggested':890 'github.com/junegunn/fzf](https://github.com/junegunn/fzf)':376 'github.com/klange/bim](https://github.com/klange/bim)':637 'github.com/mawww/kakoune](https://github.com/mawww/kakoune)':602 'github.com/michaelmure/mdr](https://github.com/michaelmure/mdr)suggested':1232 'github.com/mps-youtube/yewtube](https://github.com/mps-youtube/yewtube)':1845 'github.com/muesli/duf](https://github.com/muesli/duf)':221 'github.com/nicolargo/glances](https://github.com/nicolargo/glances)':257 'github.com/nivekuil/rip](https://github.com/nivekuil/rip)':1069 'github.com/nvbn/thefuck](https://github.com/nvbn/thefuck)':1344 'github.com/oberblastmeister/trashy](https://github.com/oberblastmeister/trashy)':1095 'github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/installing-zsh)':1515 'github.com/ouch-org/ouch](https://github.com/ouch-org/ouch)':1296 'github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)':1745 'github.com/ranger/ranger](https://github.com/ranger/ranger)':1670 'github.com/rigellute/spotify-tui](https://github.com/rigellute/spotify-tui)':1790 'github.com/rpodgorny/uptimed/](https://github.com/rpodgorny/uptimed/)':75 'github.com/sharkdp/bat](https://github.com/sharkdp/bat)suggested':1315 'github.com/sharkdp/fd](https://github.com/sharkdp/fd)':333 'github.com/starship/starship](https://github.com/starship/starship)suggested':1012 'github.com/syllo/nvtop](https://github.com/syllo/nvtop)':185 'github.com/tldr-pages/tldr](https://github.com/tldr-pages/tldr)':465 'github.com/tmux-plugins/tmux-pain-control](https://github.com/tmux-plugins/tmux-pain-control)suggested':754 'github.com/tmux/tmux/wiki](https://github.com/tmux/tmux/wiki)':761 'github.com/wting/autojump](https://github.com/wting/autojump)':363 'github.com/xorg62/tty-clock](https://github.com/xorg62/tty-clock)':1883 'github.com/zellij-org/zellij](https://github.com/zellij-org/zellij)suggested':839 'gitlab.com':1868 'gitlab.com/jallbrit/cbonsai](https://gitlab.com/jallbrit/cbonsai)suggested':1867 'glace':243 'go':126,1636 'goe':1065 'gomi':1188 'gondor.apana.org.au':1476 'gondor.apana.org.au/~herbert/dash/](http://gondor.apana.org.au/~herbert/dash/)':1475 'good':1915,1951 'got':695 'gpu':177,179 'graph':87 'grep':862 'gz':1287 'hard':747 'hdds':142 'heavi':1639 'helix':514 'helix-editor.com':549,551 'helix-editor.com/)suggested':550 'hey':1323 'high':547,752,1668 'highest':73 'highlight':1311 'histori':385,413,435 'howev':141 'htop':188,247,264 'htop.dev':207,209 'htop.dev/)':208 'http':1377 'huge':153 'icon':1247 'imag':10 'improv':1059 'incred':1714 'infinit':1000 'info':166 'inigo.katxi.org':1599 'inigo.katxi.org/devel/lfm/](https://inigo.katxi.org/devel/lfm/)':1598 'inspir':1640 'instal':1678 'intellig':1441 'intend':129 'interact':962,1174 'interfac':284,1590 'intermitt':1437 'internet':780 'ip':289 'item':1085 'javascript':540 'job':483 'jq':846,847 'json':856,866 'jump':903 'kakoun':579,588 'keep':69 'keybind':745 'keystrok':1449 'l':1865 'lan':777 'lazi':394 'lazydock':1031 'lazygit':1019 'learn':656 'leav':1902,1938 'lecram.github.io':1617 'lecram.github.io/p/rover/](https://lecram.github.io/p/rover/)suggested':1616 'let':771,900,1007,1109 'lf':1623,1624 'licens':1375 'life':463 'light':1080 'lightweight':615,629,850 'like':50,246,263,443,491,564,685,818,833,1093,1245,1309,1485,1499,1655,1664,1770 'line':332,362,374,855,1180,1312,1414,1445 'link':43 'links.twibright.com':52,54 'links.twibright.com/)':53 'linux.die.net':1807 'linux.die.net/man/1/cacademo](https://linux.die.net/man/1/cacademo)':1806 'list':1156,1627,1898,1934 'littl':1854 'lmao':403 'lmf':1573 'load':89,204,276 'local':1442 'locat':325 'lolcat':1724 'look':5,251,381,1769 'lot':49,245,697,723,968,1404,1506,1688 'love':1888,1924 'ls':1241,1390 'lynx':24,51 'lynx.browser.org':39,41 'lynx.browser.org/)':40 'lz4':1292 'lzma':1289 'machin':437 'main':531 'maintain':349,1143 'make':1725,1738,1766,1910,1946 'man':460,1773 'manag':720,984,1538,1562,1576,1581,1633,1644,1706 'manpages/examples':1113 'map':885 'markdown':1230 'master':648 'master-rac':647 'may':1137 'mcfli':379,444 'mdr':1228 'mean':538 'memori':107,180,201,275,278,280,282,295,1039 'ment':702 'messag':1372 'micro':488 'micro-editor.github.io':505,507 'micro-editor.github.io/)':506 'midnight':1520,1522,1656 'midnight-commander.org':1551,1553 'midnight-commander.org/)':1552 'minim':995 'modal':581 'modern':520,624,1240,1305 'modifi':16 'monitor':62,192 'mosh':1429 'mosh.org':1455,1457 'mosh.org/)':1456 'mount':215 'move':1084,1544 'mpv':32 'mr.hacker':1772 'much':294,928 'multiplex':732 'n':1698 'nano':468,492,565 'navi':1127,1128 'navig':343,1219 'ncdu':925 'ncurs':801 'near':1710 'neat':1803 'need':673 'neofetch':160 'neomutt':948 'neomutt.org':952,954 'neomutt.org/)':953 'neovim':529,682 'neovim.io':709,711 'neovim.io/)':710 'network':113,283,285,287 'new':1357,1920,1956 'nix':163 'nnn':1696,1697 'note':1674 'number':1313 'nushel':1353 'nvtop':173 'object':447 'oh':688 'old':3 'older':1685 'one':168,389 'option':428 'ouch':1269 'output':231,1092 'packag':631 'page':461 'pane':1531 'parallel':139 'pass':979 'password':983 'past':1543 'peopl':670 'perform':148 'permit':1200 'philosophi':601 'pic':911 'pipe':1835,1844 'pit':1454 'place':905,1916,1952 'platform':256 'play':1799,1840 'plugin':503,665,837 'point':216,668 'portabl':872,1615 'posix':1467 'posix-compli':1466 'post':519,1912,1948 'post-modern':518 'power':183,1579 'pretti':119 'prevoius':1341 'primarili':130 'process':112,140 'processor':857 'program':175,292,297,1167,1406,1895,1921,1931,1957 'prompt':1002 'provid':427,622,1440 'pull':1047 'put':913 'pydf':224 'python':1596 'quick':380,902 'race':649 'rainbow':1728 'rakshasa.github.io':1262 'rakshasa.github.io/rtorrent/](https://rakshasa.github.io/rtorrent/)':1261 'ranger':1642,1653,1675 'ranger/lf':1216 'rar':1295 're':392 'realli':1364,1907,1914,1943,1950 'recommend':753 'record':66,419 'rememb':749 'remot':1430 'replac':409 'rm':1058,1062,1082,1190 'rm-improv':1057 'roam':1435 'rover':1601,1602 'rtorrent':1255 'run':13,291,535,1043,1659 'runtim':877 'rust':537,1107 'sad':1450 'saver':464 'say':1741 'school':4 'script':544 'sed':860 'select':592 'server':441 'sh.itjust.works':59,81,99,241,319,369,453,512,555,608,643,759,787,813,829,844,895,923,946,959,977,991,1017,1029,1055,1075,1101,1125,1163,1186,1210,1226,1237,1253,1267,1302,1320,1350,1397,1427,1462,1481,1558,1571,1621,1651,1694,1721,1735,1751,1763,1779,1796,1812,1851,1872 'sh.itjust.works/u/2kool4idkwhat@lemdro.id](https://sh.itjust.works/u/2kool4idkwhat@lemdro.id)':1185,1209,1225,1236,1252,1319 'sh.itjust.works/u/bitflip@lemmy.ml](https://sh.itjust.works/u/bitflip@lemmy.ml)':1461 'sh.itjust.works/u/bizdelnick@lemmy.ml](https://sh.itjust.works/u/bizdelnick@lemmy.ml)':1750 'sh.itjust.works/u/buck@lemmy.world](https://sh.itjust.works/u/buck@lemmy.world)':58 'sh.itjust.works/u/callyral@pawb.social](https://sh.itjust.works/u/callyral@pawb.social)':1396,1480,1650 'sh.itjust.works/u/chasingtheflow@lemmy.world](https://sh.itjust.works/u/chasingtheflow@lemmy.world)':368 'sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com](https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com)':1301 'sh.itjust.works/u/easekitman@lemmy.world](https://sh.itjust.works/u/easekitman@lemmy.world)':240 'sh.itjust.works/u/flamingos@feddit.uk](https://sh.itjust.works/u/flamingos@feddit.uk)':922 'sh.itjust.works/u/floofloof@lemmy.ca](https://sh.itjust.works/u/floofloof@lemmy.ca)':318 'sh.itjust.works/u/gaael@lemmy.world](https://sh.itjust.works/u/gaael@lemmy.world)':958 'sh.itjust.works/u/geert@lemmy.world](https://sh.itjust.works/u/geert@lemmy.world)':828 'sh.itjust.works/u/gentooisbased@lemmy.ml](https://sh.itjust.works/u/gentooisbased@lemmy.ml)':1734 'sh.itjust.works/u/gunpachi@lemmings.world](https://sh.itjust.works/u/gunpachi@lemmings.world)':1266,1720 'sh.itjust.works/u/hexagon@feddit.it](https://sh.itjust.works/u/hexagon@feddit.it)':945,976 'sh.itjust.works/u/iusearchbtw@lemmy.sdf.org](https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org)':1426 'sh.itjust.works/u/jelloeater85@lemmy.world](https://sh.itjust.works/u/jelloeater85@lemmy.world)':511 'sh.itjust.works/u/logir@feddit.it](https://sh.itjust.works/u/logir@feddit.it)':1557,1693 'sh.itjust.works/u/neurospice@lemmy.dbzer0.com](https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com)':642 'sh.itjust.works/u/pastapersona@lemmy.world](https://sh.itjust.works/u/pastapersona@lemmy.world)':1762 'sh.itjust.works/u/ptrckstr@lemmy.world](https://sh.itjust.works/u/ptrckstr@lemmy.world)':758,843,894,990,1016,1028,1054,1074,1124 'sh.itjust.works/u/ram@discuss.tchncs.de](https://sh.itjust.works/u/ram@discuss.tchncs.de)':607 'sh.itjust.works/u/steamymoomilk](https://sh.itjust.works/u/steamymoomilk)':80,98,786,812,1570,1620,1850 'sh.itjust.works/u/stepanzak@iusearchlinux.fyi](https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi)':452,1100,1162 'sh.itjust.works/u/tourist@lemmy.world](https://sh.itjust.works/u/tourist@lemmy.world)':1349,1778,1795,1811,1871 'sh.itjust.works/u/ultra@feddit.ro](https://sh.itjust.works/u/ultra@feddit.ro)':554 'share':773 'shell':384,412,1005,1011,1352,1360,1417,1503 'show':102,174,197,212,272,926,1036 'similar':525 'simpl':575,1474,1612 'size':220 'slice':883 'small':1605 'someth':1202,1742 'somewhat':574 'space':214,227,930 'speed':182 'spotifi':1782,1784,1787 'spotify-tui':1781 'sqlite':416 'ssd':132 'st':1574 'standard':981 'starship':993 'static':495 'stepanzak@iusearchlinux.fyi':159 'stream':1837 'structur':888 'stuff':1539 'stupid':474 'subdirectori':939 'suggest':56,78,96,157,238,316,366,509,605,640,920,943,956,974,1052,1072,1098,1122,1147,1160,1264,1299,1347,1459,1478,1555,1648,1691,1732,1748,1793,1809,1848,1903,1939 'superfast':327 'support':11,504,838,1436 'swap':202 'synchronis':432 'syntax':1310 'system':61,64,165,191,218 'sz':1293 'tar':1284 'task':206 'tealdear':1103 'temperatur':114,184,309 'termin':6,25,44,190,582,731,775,789,963,1020,1032,1117,1257,1431,1550,1631,1704,1727,1744,1757,1768,1789,1882 'tetri':1754 'text':321,471,521,583,651,1816,1824 'thefuck':1322,1334 'tig':961 'time':92,312 'tini':1709 'tldr':455,1104,1108 'tmate':764 'tmate.io':781,783 'tmate.io/)suggested':782 'tmux':715,769,819,834 'toilet':1822 'tool':1274 'top':249 'torrent':1259 'track':70 'transform':887 'trash':1087,1194 'trashi':1077 'tree':1858 'tti':1875 'tty-clock':1874 'ttyload':83 'tui':1783 'turn':1823 'tweak':1421 'type':219,396,1329,1339,1358,1492 'ui':964,1021,1033,1388 'understand':741 'unix':600,982,1584 'upload':288 'uptim':63,65,74,203 'usag':106,108,111,122,176,178,228,1115 'use':31,299,356,932,1061,1407,1892,1928 'user':707,1448 'user-friend':706 'util':138,200,307,714 'v3.4':1597 'valu':1148 'various':1280 'version':17,1686 'vi':587 'via':330,438,800,950,1376,1549,1679,1756,1788,1880 'video':38 'view':1173 'viewer':1231 'vim':527,543,567,636,645,677,686,1500,1661,1665 'want':1908,1944 'way':341 'web':7,26,46 'weight':1081 'well':145,301,402,501,663,1383 'whistl':1510 'window':719 'word':737 'work':143,347 'would':751,1887,1923 'write':1138 'written':124,870,1563,1594,1634 'wrong':1332,1343 'www.brow.sh':20,22 'www.brow.sh/)':21 'www.byobu.org':823,825 'www.byobu.org/)suggested':824 'www.figlet.org':1818,1820 'www.figlet.org/)':1819 'www.geeksforgeeks.org':236 'www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/)':235 'www.gnu.org':577,1410 'www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)':1409 'www.gnu.org/software/emacs/](https://www.gnu.org/software/emacs/)':576 'www.nano-editor.org':484,486 'www.nano-editor.org/)':485 'www.nushell.sh':1391,1393 'www.nushell.sh/)suggested':1392 'www.passwordstore.org':985,987 'www.passwordstore.org/)suggested':986 'www.vim.org':678,680 'www.vim.org/)':679 'xz':1288 'yeah':1325 'yewtub':1831 'youtub':35,1834,1843 'youtube-dl':34 'z':910 'zellij':831 'zero':876 'zhar.net':94,809 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)':93 'zhar.net/projects/shell/terminal-colors](http://zhar.net/projects/shell/terminal-colors)suggested':808 'zip':1285 'zoxid':897 'zsh':690,1497 'zst':1294"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704057448
+visibility: "visible "
+apId: "https://sh.itjust.works/post/11871260"
+editedAt: DateTimeImmutable @1719089751 {#2127
date: 2024-06-22 22:55:51.0 +02:00
}
+createdAt: DateTimeImmutable @1703971048 {#2112
date: 2023-12-30 22:17:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
+root: App\Entity\EntryComment {#2021}
+body: """
hmm, not sure why baca would need so many requirements. I installed baca using pip as per ([github.com/wustho/baca](https://github.com/wustho/baca)), on a hedless ubuntu based server. Maybe on Arch it would need to install / update python packages?\n
\n
You could also try epy ([github.com/wustho/epy](https://github.com/wustho/epy)) which is also a terminal based epub reader.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704164475 {#2079
date: 2024-01-02 04:01:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Steamymoomilk@sh.itjust.works"
"@faethon@lemmy.world"
"@sailingbythelee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2040 …}
+votes: Doctrine\ORM\PersistentCollection {#2132 …}
+reports: Doctrine\ORM\PersistentCollection {#2129 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2241 …}
-id: 272143
-bodyTs: "'/wustho/baca](https://github.com/wustho/baca)),':20 '/wustho/epy](https://github.com/wustho/epy))':45 'also':40,48 'arch':29 'baca':5,13 'base':25,51 'could':39 'epi':42 'epub':52 'github.com':19,44 'github.com/wustho/baca](https://github.com/wustho/baca)),':18 'github.com/wustho/epy](https://github.com/wustho/epy))':43 'hedless':23 'hmm':1 'instal':12,34 'mani':9 'mayb':27 'need':7,32 'packag':37 'per':17 'pip':15 'python':36 'reader':53 'requir':10 'server':26 'sure':3 'termin':50 'tri':41 'ubuntu':24 'updat':35 'use':14 'would':6,31"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6343212"
+editedAt: null
+createdAt: DateTimeImmutable @1704164475 {#2084
date: 2024-01-02 04:01:15.0 +01:00
}
+"title": 272143
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2364
+user: Proxies\__CG__\App\Entity\User {#2316 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "What-are-the-major-components-of-any-Linux-distribution"
+title: "What are the major components of any Linux distribution?"
+url: null
+body: """
Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
\n
1. the Linux Kernel\n
2. GRUB or another bootloader\n
3. one or more file systems (gotta work with files somehow, right?)\n
4. one or more Shells (the terminal - bash, zsh, etc…)\n
5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
7. a Package Manager (apt, pacman, etc…)\n
\n
Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 37
+favouriteCount: 122
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701032472 {#2212
date: 2023-11-26 22:01:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2211 …}
+votes: Doctrine\ORM\PersistentCollection {#2257 …}
+reports: Doctrine\ORM\PersistentCollection {#2267 …}
+favourites: Doctrine\ORM\PersistentCollection {#2271 …}
+notifications: Doctrine\ORM\PersistentCollection {#2272 …}
+badges: Doctrine\ORM\PersistentCollection {#2253 …}
+children: [
App\Entity\EntryComment {#1734
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2364 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "I think you would also need an initial run process such as systemd or the sysV runlevels."
+lang: "en"
+isAdult: false
+favouriteCount: 19
+score: 0
+lastActive: DateTime @1701646891 {#1611
date: 2023-12-04 00:41:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@perishthethought@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2371 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
-id: 164628
-bodyTs: "'also':5 'initi':8 'need':6 'process':10 'run':9 'runlevel':17 'systemd':13 'sysv':16 'think':2 'would':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5587806"
+editedAt: DateTimeImmutable @1701566244 {#1628
date: 2023-12-03 02:17:24.0 +01:00
}
+createdAt: DateTimeImmutable @1700963248 {#1630
date: 2023-11-26 02:47:28.0 +01:00
}
+"title": 164628
}
]
-id: 16851
-titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
-bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701049024
+visibility: "visible "
+apId: "https://lemm.ee/post/16037589"
+editedAt: null
+createdAt: DateTimeImmutable @1700962624 {#2196
date: 2023-11-26 02:37:04.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2364
+user: Proxies\__CG__\App\Entity\User {#2316 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "What-are-the-major-components-of-any-Linux-distribution"
+title: "What are the major components of any Linux distribution?"
+url: null
+body: """
Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
\n
1. the Linux Kernel\n
2. GRUB or another bootloader\n
3. one or more file systems (gotta work with files somehow, right?)\n
4. one or more Shells (the terminal - bash, zsh, etc…)\n
5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
7. a Package Manager (apt, pacman, etc…)\n
\n
Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 37
+favouriteCount: 122
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701032472 {#2212
date: 2023-11-26 22:01:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2211 …}
+votes: Doctrine\ORM\PersistentCollection {#2257 …}
+reports: Doctrine\ORM\PersistentCollection {#2267 …}
+favourites: Doctrine\ORM\PersistentCollection {#2271 …}
+notifications: Doctrine\ORM\PersistentCollection {#2272 …}
+badges: Doctrine\ORM\PersistentCollection {#2253 …}
+children: [
App\Entity\EntryComment {#1734
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2364 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "I think you would also need an initial run process such as systemd or the sysV runlevels."
+lang: "en"
+isAdult: false
+favouriteCount: 19
+score: 0
+lastActive: DateTime @1701646891 {#1611
date: 2023-12-04 00:41:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@perishthethought@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2371 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
-id: 164628
-bodyTs: "'also':5 'initi':8 'need':6 'process':10 'run':9 'runlevel':17 'systemd':13 'sysv':16 'think':2 'would':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5587806"
+editedAt: DateTimeImmutable @1701566244 {#1628
date: 2023-12-03 02:17:24.0 +01:00
}
+createdAt: DateTimeImmutable @1700963248 {#1630
date: 2023-11-26 02:47:28.0 +01:00
}
+"title": 164628
}
]
-id: 16851
-titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
-bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701049024
+visibility: "visible "
+apId: "https://lemm.ee/post/16037589"
+editedAt: null
+createdAt: DateTimeImmutable @1700962624 {#2196
date: 2023-11-26 02:37:04.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2364
+user: Proxies\__CG__\App\Entity\User {#2316 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "What-are-the-major-components-of-any-Linux-distribution"
+title: "What are the major components of any Linux distribution?"
+url: null
+body: """
Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
\n
1. the Linux Kernel\n
2. GRUB or another bootloader\n
3. one or more file systems (gotta work with files somehow, right?)\n
4. one or more Shells (the terminal - bash, zsh, etc…)\n
5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
7. a Package Manager (apt, pacman, etc…)\n
\n
Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 37
+favouriteCount: 122
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701032472 {#2212
date: 2023-11-26 22:01:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2211 …}
+votes: Doctrine\ORM\PersistentCollection {#2257 …}
+reports: Doctrine\ORM\PersistentCollection {#2267 …}
+favourites: Doctrine\ORM\PersistentCollection {#2271 …}
+notifications: Doctrine\ORM\PersistentCollection {#2272 …}
+badges: Doctrine\ORM\PersistentCollection {#2253 …}
+children: [
App\Entity\EntryComment {#1734
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2364 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "I think you would also need an initial run process such as systemd or the sysV runlevels."
+lang: "en"
+isAdult: false
+favouriteCount: 19
+score: 0
+lastActive: DateTime @1701646891 {#1611
date: 2023-12-04 00:41:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@perishthethought@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2371 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
-id: 164628
-bodyTs: "'also':5 'initi':8 'need':6 'process':10 'run':9 'runlevel':17 'systemd':13 'sysv':16 'think':2 'would':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5587806"
+editedAt: DateTimeImmutable @1701566244 {#1628
date: 2023-12-03 02:17:24.0 +01:00
}
+createdAt: DateTimeImmutable @1700963248 {#1630
date: 2023-11-26 02:47:28.0 +01:00
}
+"title": 164628
}
]
-id: 16851
-titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
-bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701049024
+visibility: "visible "
+apId: "https://lemm.ee/post/16037589"
+editedAt: null
+createdAt: DateTimeImmutable @1700962624 {#2196
date: 2023-11-26 02:37:04.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1734
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2364
+user: Proxies\__CG__\App\Entity\User {#2316 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "What-are-the-major-components-of-any-Linux-distribution"
+title: "What are the major components of any Linux distribution?"
+url: null
+body: """
Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
\n
1. the Linux Kernel\n
2. GRUB or another bootloader\n
3. one or more file systems (gotta work with files somehow, right?)\n
4. one or more Shells (the terminal - bash, zsh, etc…)\n
5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
7. a Package Manager (apt, pacman, etc…)\n
\n
Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 37
+favouriteCount: 122
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701032472 {#2212
date: 2023-11-26 22:01:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2211 …}
+votes: Doctrine\ORM\PersistentCollection {#2257 …}
+reports: Doctrine\ORM\PersistentCollection {#2267 …}
+favourites: Doctrine\ORM\PersistentCollection {#2271 …}
+notifications: Doctrine\ORM\PersistentCollection {#2272 …}
+badges: Doctrine\ORM\PersistentCollection {#2253 …}
+children: [
App\Entity\EntryComment {#1734}
]
-id: 16851
-titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
-bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701049024
+visibility: "visible "
+apId: "https://lemm.ee/post/16037589"
+editedAt: null
+createdAt: DateTimeImmutable @1700962624 {#2196
date: 2023-11-26 02:37:04.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "I think you would also need an initial run process such as systemd or the sysV runlevels."
+lang: "en"
+isAdult: false
+favouriteCount: 19
+score: 0
+lastActive: DateTime @1701646891 {#1611
date: 2023-12-04 00:41:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@perishthethought@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2371 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
-id: 164628
-bodyTs: "'also':5 'initi':8 'need':6 'process':10 'run':9 'runlevel':17 'systemd':13 'sysv':16 'think':2 'would':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5587806"
+editedAt: DateTimeImmutable @1701566244 {#1628
date: 2023-12-03 02:17:24.0 +01:00
}
+createdAt: DateTimeImmutable @1700963248 {#1630
date: 2023-11-26 02:47:28.0 +01:00
}
+"title": 164628
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#1734
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2364
+user: Proxies\__CG__\App\Entity\User {#2316 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "What-are-the-major-components-of-any-Linux-distribution"
+title: "What are the major components of any Linux distribution?"
+url: null
+body: """
Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
\n
1. the Linux Kernel\n
2. GRUB or another bootloader\n
3. one or more file systems (gotta work with files somehow, right?)\n
4. one or more Shells (the terminal - bash, zsh, etc…)\n
5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
7. a Package Manager (apt, pacman, etc…)\n
\n
Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 37
+favouriteCount: 122
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701032472 {#2212
date: 2023-11-26 22:01:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2211 …}
+votes: Doctrine\ORM\PersistentCollection {#2257 …}
+reports: Doctrine\ORM\PersistentCollection {#2267 …}
+favourites: Doctrine\ORM\PersistentCollection {#2271 …}
+notifications: Doctrine\ORM\PersistentCollection {#2272 …}
+badges: Doctrine\ORM\PersistentCollection {#2253 …}
+children: [
App\Entity\EntryComment {#1734}
]
-id: 16851
-titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
-bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701049024
+visibility: "visible "
+apId: "https://lemm.ee/post/16037589"
+editedAt: null
+createdAt: DateTimeImmutable @1700962624 {#2196
date: 2023-11-26 02:37:04.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "I think you would also need an initial run process such as systemd or the sysV runlevels."
+lang: "en"
+isAdult: false
+favouriteCount: 19
+score: 0
+lastActive: DateTime @1701646891 {#1611
date: 2023-12-04 00:41:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@perishthethought@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2371 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
-id: 164628
-bodyTs: "'also':5 'initi':8 'need':6 'process':10 'run':9 'runlevel':17 'systemd':13 'sysv':16 'think':2 'would':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5587806"
+editedAt: DateTimeImmutable @1701566244 {#1628
date: 2023-12-03 02:17:24.0 +01:00
}
+createdAt: DateTimeImmutable @1700963248 {#1630
date: 2023-11-26 02:47:28.0 +01:00
}
+"title": 164628
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1734
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2364
+user: Proxies\__CG__\App\Entity\User {#2316 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "What-are-the-major-components-of-any-Linux-distribution"
+title: "What are the major components of any Linux distribution?"
+url: null
+body: """
Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
\n
1. the Linux Kernel\n
2. GRUB or another bootloader\n
3. one or more file systems (gotta work with files somehow, right?)\n
4. one or more Shells (the terminal - bash, zsh, etc…)\n
5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
7. a Package Manager (apt, pacman, etc…)\n
\n
Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 37
+favouriteCount: 122
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701032472 {#2212
date: 2023-11-26 22:01:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2211 …}
+votes: Doctrine\ORM\PersistentCollection {#2257 …}
+reports: Doctrine\ORM\PersistentCollection {#2267 …}
+favourites: Doctrine\ORM\PersistentCollection {#2271 …}
+notifications: Doctrine\ORM\PersistentCollection {#2272 …}
+badges: Doctrine\ORM\PersistentCollection {#2253 …}
+children: [
App\Entity\EntryComment {#1734}
]
-id: 16851
-titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
-bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701049024
+visibility: "visible "
+apId: "https://lemm.ee/post/16037589"
+editedAt: null
+createdAt: DateTimeImmutable @1700962624 {#2196
date: 2023-11-26 02:37:04.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "I think you would also need an initial run process such as systemd or the sysV runlevels."
+lang: "en"
+isAdult: false
+favouriteCount: 19
+score: 0
+lastActive: DateTime @1701646891 {#1611
date: 2023-12-04 00:41:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@perishthethought@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2371 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
-id: 164628
-bodyTs: "'also':5 'initi':8 'need':6 'process':10 'run':9 'runlevel':17 'systemd':13 'sysv':16 'think':2 'would':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5587806"
+editedAt: DateTimeImmutable @1701566244 {#1628
date: 2023-12-03 02:17:24.0 +01:00
}
+createdAt: DateTimeImmutable @1700963248 {#1630
date: 2023-11-26 02:47:28.0 +01:00
}
+"title": 164628
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1363
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "Easiest-way-to-switch-distros"
+title: "Easiest way to switch distros"
+url: null
+body: """
I have been using PopOS for a while now (came installed with my S76 Lemp10), but now looking for a new distro (I want to try Linux Mint). I am looking for the easiest way to set up the new distro with most of my current applications installed.\n
\n
My current plan on how to move my applications and settings:\n
\n
- Get dotfiles to external repo (I am using stow)\n
- Use ansible-playbook to set up installation of all the apps I need\n
- Try the ansible setup on a docker container to ensure it works\n
- Then try the ansible setup on a PopOS VM to ensure things work\n
- Modify the ansible setup to use Linux Mint package manager (synaptic I believe)\n
- Then try the ansible setup on a Linux Mint VM\n
- Once everything works, copy the data, install new distro and run ansible script on the new OS\n
\n
Is above the correct way to go about this, or is there anything better or easier available?\n
\n
Edit: Thanks everyone for responses. The general consensus seems to be that that above is overkill (although doable and works) and copying home folder & dotfiles and trying out the distro fresh is easier, and install software as needed. Or, try NixOS :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702475476 {#2298
date: 2023-12-13 14:51:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2315 …}
+votes: Doctrine\ORM\PersistentCollection {#2321 …}
+reports: Doctrine\ORM\PersistentCollection {#2310 …}
+favourites: Doctrine\ORM\PersistentCollection {#2306 …}
+notifications: Doctrine\ORM\PersistentCollection {#2305 …}
+badges: Doctrine\ORM\PersistentCollection {#2303 …}
+children: [
App\Entity\EntryComment {#1404
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "you can automate a lot of the basc profile stuff in your dotfiles with some automation such as [github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot) to bootstrap a new install. it makes your new distro right at home, and if you combine this with github to store your dotfiles, you’ll also have a backup of your environment."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702195174 {#1382
date: 2023-12-10 08:59:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@flakpanzer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 216091
-bodyTs: "'/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':21 'also':48 'autom':3,16 'backup':51 'basc':8 'bootstrap':23 'combin':38 'distro':31 'dotfil':13,45 'environ':54 'github':41 'github.com':20 'github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':19 'home':34 'instal':26 'll':47 'lot':5 'make':28 'new':25,30 'profil':9 'right':32 'store':43 'stuff':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5939207"
+editedAt: null
+createdAt: DateTimeImmutable @1702195174 {#1401
date: 2023-12-10 08:59:34.0 +01:00
}
+"title": 216091
}
]
-id: 21509
-titleTs: "'distro':5 'easiest':1 'switch':4 'way':2"
-bodyTs: "'although':181 'ansibl':71,85,98,110,124,142 'ansible-playbook':70 'anyth':160 'app':80 'applic':47,57 'avail':164 'believ':120 'better':161 'came':10 'consensus':172 'contain':90 'copi':134,186 'correct':151 'current':46,50 'data':136 'distro':22,41,139,194 'doabl':182 'docker':89 'dotfil':61,189 'easier':163,197 'easiest':34 'edit':165 'ensur':92,105 'everyon':167 'everyth':132 'extern':63 'folder':188 'fresh':195 'general':171 'get':60 'go':154 'home':187 'instal':11,48,76,137,199 'lemp10':15 'linux':27,114,128 'look':18,31 'manag':117 'mint':28,115,129 'modifi':108 'move':55 'need':82,202 'new':21,40,138,146 'nixo':205 'os':147 'overkil':180 'packag':116 'plan':51 'playbook':72 'popo':5,102 'repo':64 'respons':169 'run':141 's76':14 'script':143 'seem':173 'set':37,59,74 'setup':86,99,111,125 'softwar':200 'stow':68 'synapt':118 'thank':166 'thing':106 'tri':26,83,96,122,191,204 'use':4,67,69,113 'vm':103,130 'want':24 'way':35,152 'work':94,107,133,184"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702272574
+visibility: "visible "
+apId: "https://lemmy.world/post/9375036"
+editedAt: DateTimeImmutable @1703787161 {#2163
date: 2023-12-28 19:12:41.0 +01:00
}
+createdAt: DateTimeImmutable @1702186174 {#2107
date: 2023-12-10 06:29:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1363
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "Easiest-way-to-switch-distros"
+title: "Easiest way to switch distros"
+url: null
+body: """
I have been using PopOS for a while now (came installed with my S76 Lemp10), but now looking for a new distro (I want to try Linux Mint). I am looking for the easiest way to set up the new distro with most of my current applications installed.\n
\n
My current plan on how to move my applications and settings:\n
\n
- Get dotfiles to external repo (I am using stow)\n
- Use ansible-playbook to set up installation of all the apps I need\n
- Try the ansible setup on a docker container to ensure it works\n
- Then try the ansible setup on a PopOS VM to ensure things work\n
- Modify the ansible setup to use Linux Mint package manager (synaptic I believe)\n
- Then try the ansible setup on a Linux Mint VM\n
- Once everything works, copy the data, install new distro and run ansible script on the new OS\n
\n
Is above the correct way to go about this, or is there anything better or easier available?\n
\n
Edit: Thanks everyone for responses. The general consensus seems to be that that above is overkill (although doable and works) and copying home folder & dotfiles and trying out the distro fresh is easier, and install software as needed. Or, try NixOS :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702475476 {#2298
date: 2023-12-13 14:51:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2315 …}
+votes: Doctrine\ORM\PersistentCollection {#2321 …}
+reports: Doctrine\ORM\PersistentCollection {#2310 …}
+favourites: Doctrine\ORM\PersistentCollection {#2306 …}
+notifications: Doctrine\ORM\PersistentCollection {#2305 …}
+badges: Doctrine\ORM\PersistentCollection {#2303 …}
+children: [
App\Entity\EntryComment {#1404
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "you can automate a lot of the basc profile stuff in your dotfiles with some automation such as [github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot) to bootstrap a new install. it makes your new distro right at home, and if you combine this with github to store your dotfiles, you’ll also have a backup of your environment."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702195174 {#1382
date: 2023-12-10 08:59:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@flakpanzer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 216091
-bodyTs: "'/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':21 'also':48 'autom':3,16 'backup':51 'basc':8 'bootstrap':23 'combin':38 'distro':31 'dotfil':13,45 'environ':54 'github':41 'github.com':20 'github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':19 'home':34 'instal':26 'll':47 'lot':5 'make':28 'new':25,30 'profil':9 'right':32 'store':43 'stuff':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5939207"
+editedAt: null
+createdAt: DateTimeImmutable @1702195174 {#1401
date: 2023-12-10 08:59:34.0 +01:00
}
+"title": 216091
}
]
-id: 21509
-titleTs: "'distro':5 'easiest':1 'switch':4 'way':2"
-bodyTs: "'although':181 'ansibl':71,85,98,110,124,142 'ansible-playbook':70 'anyth':160 'app':80 'applic':47,57 'avail':164 'believ':120 'better':161 'came':10 'consensus':172 'contain':90 'copi':134,186 'correct':151 'current':46,50 'data':136 'distro':22,41,139,194 'doabl':182 'docker':89 'dotfil':61,189 'easier':163,197 'easiest':34 'edit':165 'ensur':92,105 'everyon':167 'everyth':132 'extern':63 'folder':188 'fresh':195 'general':171 'get':60 'go':154 'home':187 'instal':11,48,76,137,199 'lemp10':15 'linux':27,114,128 'look':18,31 'manag':117 'mint':28,115,129 'modifi':108 'move':55 'need':82,202 'new':21,40,138,146 'nixo':205 'os':147 'overkil':180 'packag':116 'plan':51 'playbook':72 'popo':5,102 'repo':64 'respons':169 'run':141 's76':14 'script':143 'seem':173 'set':37,59,74 'setup':86,99,111,125 'softwar':200 'stow':68 'synapt':118 'thank':166 'thing':106 'tri':26,83,96,122,191,204 'use':4,67,69,113 'vm':103,130 'want':24 'way':35,152 'work':94,107,133,184"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702272574
+visibility: "visible "
+apId: "https://lemmy.world/post/9375036"
+editedAt: DateTimeImmutable @1703787161 {#2163
date: 2023-12-28 19:12:41.0 +01:00
}
+createdAt: DateTimeImmutable @1702186174 {#2107
date: 2023-12-10 06:29:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1363
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "Easiest-way-to-switch-distros"
+title: "Easiest way to switch distros"
+url: null
+body: """
I have been using PopOS for a while now (came installed with my S76 Lemp10), but now looking for a new distro (I want to try Linux Mint). I am looking for the easiest way to set up the new distro with most of my current applications installed.\n
\n
My current plan on how to move my applications and settings:\n
\n
- Get dotfiles to external repo (I am using stow)\n
- Use ansible-playbook to set up installation of all the apps I need\n
- Try the ansible setup on a docker container to ensure it works\n
- Then try the ansible setup on a PopOS VM to ensure things work\n
- Modify the ansible setup to use Linux Mint package manager (synaptic I believe)\n
- Then try the ansible setup on a Linux Mint VM\n
- Once everything works, copy the data, install new distro and run ansible script on the new OS\n
\n
Is above the correct way to go about this, or is there anything better or easier available?\n
\n
Edit: Thanks everyone for responses. The general consensus seems to be that that above is overkill (although doable and works) and copying home folder & dotfiles and trying out the distro fresh is easier, and install software as needed. Or, try NixOS :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702475476 {#2298
date: 2023-12-13 14:51:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2315 …}
+votes: Doctrine\ORM\PersistentCollection {#2321 …}
+reports: Doctrine\ORM\PersistentCollection {#2310 …}
+favourites: Doctrine\ORM\PersistentCollection {#2306 …}
+notifications: Doctrine\ORM\PersistentCollection {#2305 …}
+badges: Doctrine\ORM\PersistentCollection {#2303 …}
+children: [
App\Entity\EntryComment {#1404
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "you can automate a lot of the basc profile stuff in your dotfiles with some automation such as [github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot) to bootstrap a new install. it makes your new distro right at home, and if you combine this with github to store your dotfiles, you’ll also have a backup of your environment."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702195174 {#1382
date: 2023-12-10 08:59:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@flakpanzer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 216091
-bodyTs: "'/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':21 'also':48 'autom':3,16 'backup':51 'basc':8 'bootstrap':23 'combin':38 'distro':31 'dotfil':13,45 'environ':54 'github':41 'github.com':20 'github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':19 'home':34 'instal':26 'll':47 'lot':5 'make':28 'new':25,30 'profil':9 'right':32 'store':43 'stuff':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5939207"
+editedAt: null
+createdAt: DateTimeImmutable @1702195174 {#1401
date: 2023-12-10 08:59:34.0 +01:00
}
+"title": 216091
}
]
-id: 21509
-titleTs: "'distro':5 'easiest':1 'switch':4 'way':2"
-bodyTs: "'although':181 'ansibl':71,85,98,110,124,142 'ansible-playbook':70 'anyth':160 'app':80 'applic':47,57 'avail':164 'believ':120 'better':161 'came':10 'consensus':172 'contain':90 'copi':134,186 'correct':151 'current':46,50 'data':136 'distro':22,41,139,194 'doabl':182 'docker':89 'dotfil':61,189 'easier':163,197 'easiest':34 'edit':165 'ensur':92,105 'everyon':167 'everyth':132 'extern':63 'folder':188 'fresh':195 'general':171 'get':60 'go':154 'home':187 'instal':11,48,76,137,199 'lemp10':15 'linux':27,114,128 'look':18,31 'manag':117 'mint':28,115,129 'modifi':108 'move':55 'need':82,202 'new':21,40,138,146 'nixo':205 'os':147 'overkil':180 'packag':116 'plan':51 'playbook':72 'popo':5,102 'repo':64 'respons':169 'run':141 's76':14 'script':143 'seem':173 'set':37,59,74 'setup':86,99,111,125 'softwar':200 'stow':68 'synapt':118 'thank':166 'thing':106 'tri':26,83,96,122,191,204 'use':4,67,69,113 'vm':103,130 'want':24 'way':35,152 'work':94,107,133,184"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702272574
+visibility: "visible "
+apId: "https://lemmy.world/post/9375036"
+editedAt: DateTimeImmutable @1703787161 {#2163
date: 2023-12-28 19:12:41.0 +01:00
}
+createdAt: DateTimeImmutable @1702186174 {#2107
date: 2023-12-10 06:29:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1404
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1363
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "Easiest-way-to-switch-distros"
+title: "Easiest way to switch distros"
+url: null
+body: """
I have been using PopOS for a while now (came installed with my S76 Lemp10), but now looking for a new distro (I want to try Linux Mint). I am looking for the easiest way to set up the new distro with most of my current applications installed.\n
\n
My current plan on how to move my applications and settings:\n
\n
- Get dotfiles to external repo (I am using stow)\n
- Use ansible-playbook to set up installation of all the apps I need\n
- Try the ansible setup on a docker container to ensure it works\n
- Then try the ansible setup on a PopOS VM to ensure things work\n
- Modify the ansible setup to use Linux Mint package manager (synaptic I believe)\n
- Then try the ansible setup on a Linux Mint VM\n
- Once everything works, copy the data, install new distro and run ansible script on the new OS\n
\n
Is above the correct way to go about this, or is there anything better or easier available?\n
\n
Edit: Thanks everyone for responses. The general consensus seems to be that that above is overkill (although doable and works) and copying home folder & dotfiles and trying out the distro fresh is easier, and install software as needed. Or, try NixOS :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702475476 {#2298
date: 2023-12-13 14:51:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2315 …}
+votes: Doctrine\ORM\PersistentCollection {#2321 …}
+reports: Doctrine\ORM\PersistentCollection {#2310 …}
+favourites: Doctrine\ORM\PersistentCollection {#2306 …}
+notifications: Doctrine\ORM\PersistentCollection {#2305 …}
+badges: Doctrine\ORM\PersistentCollection {#2303 …}
+children: [
App\Entity\EntryComment {#1404}
]
-id: 21509
-titleTs: "'distro':5 'easiest':1 'switch':4 'way':2"
-bodyTs: "'although':181 'ansibl':71,85,98,110,124,142 'ansible-playbook':70 'anyth':160 'app':80 'applic':47,57 'avail':164 'believ':120 'better':161 'came':10 'consensus':172 'contain':90 'copi':134,186 'correct':151 'current':46,50 'data':136 'distro':22,41,139,194 'doabl':182 'docker':89 'dotfil':61,189 'easier':163,197 'easiest':34 'edit':165 'ensur':92,105 'everyon':167 'everyth':132 'extern':63 'folder':188 'fresh':195 'general':171 'get':60 'go':154 'home':187 'instal':11,48,76,137,199 'lemp10':15 'linux':27,114,128 'look':18,31 'manag':117 'mint':28,115,129 'modifi':108 'move':55 'need':82,202 'new':21,40,138,146 'nixo':205 'os':147 'overkil':180 'packag':116 'plan':51 'playbook':72 'popo':5,102 'repo':64 'respons':169 'run':141 's76':14 'script':143 'seem':173 'set':37,59,74 'setup':86,99,111,125 'softwar':200 'stow':68 'synapt':118 'thank':166 'thing':106 'tri':26,83,96,122,191,204 'use':4,67,69,113 'vm':103,130 'want':24 'way':35,152 'work':94,107,133,184"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702272574
+visibility: "visible "
+apId: "https://lemmy.world/post/9375036"
+editedAt: DateTimeImmutable @1703787161 {#2163
date: 2023-12-28 19:12:41.0 +01:00
}
+createdAt: DateTimeImmutable @1702186174 {#2107
date: 2023-12-10 06:29:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "you can automate a lot of the basc profile stuff in your dotfiles with some automation such as [github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot) to bootstrap a new install. it makes your new distro right at home, and if you combine this with github to store your dotfiles, you’ll also have a backup of your environment."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702195174 {#1382
date: 2023-12-10 08:59:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@flakpanzer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 216091
-bodyTs: "'/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':21 'also':48 'autom':3,16 'backup':51 'basc':8 'bootstrap':23 'combin':38 'distro':31 'dotfil':13,45 'environ':54 'github':41 'github.com':20 'github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':19 'home':34 'instal':26 'll':47 'lot':5 'make':28 'new':25,30 'profil':9 'right':32 'store':43 'stuff':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5939207"
+editedAt: null
+createdAt: DateTimeImmutable @1702195174 {#1401
date: 2023-12-10 08:59:34.0 +01:00
}
+"title": 216091
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#1404
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1363
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "Easiest-way-to-switch-distros"
+title: "Easiest way to switch distros"
+url: null
+body: """
I have been using PopOS for a while now (came installed with my S76 Lemp10), but now looking for a new distro (I want to try Linux Mint). I am looking for the easiest way to set up the new distro with most of my current applications installed.\n
\n
My current plan on how to move my applications and settings:\n
\n
- Get dotfiles to external repo (I am using stow)\n
- Use ansible-playbook to set up installation of all the apps I need\n
- Try the ansible setup on a docker container to ensure it works\n
- Then try the ansible setup on a PopOS VM to ensure things work\n
- Modify the ansible setup to use Linux Mint package manager (synaptic I believe)\n
- Then try the ansible setup on a Linux Mint VM\n
- Once everything works, copy the data, install new distro and run ansible script on the new OS\n
\n
Is above the correct way to go about this, or is there anything better or easier available?\n
\n
Edit: Thanks everyone for responses. The general consensus seems to be that that above is overkill (although doable and works) and copying home folder & dotfiles and trying out the distro fresh is easier, and install software as needed. Or, try NixOS :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702475476 {#2298
date: 2023-12-13 14:51:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2315 …}
+votes: Doctrine\ORM\PersistentCollection {#2321 …}
+reports: Doctrine\ORM\PersistentCollection {#2310 …}
+favourites: Doctrine\ORM\PersistentCollection {#2306 …}
+notifications: Doctrine\ORM\PersistentCollection {#2305 …}
+badges: Doctrine\ORM\PersistentCollection {#2303 …}
+children: [
App\Entity\EntryComment {#1404}
]
-id: 21509
-titleTs: "'distro':5 'easiest':1 'switch':4 'way':2"
-bodyTs: "'although':181 'ansibl':71,85,98,110,124,142 'ansible-playbook':70 'anyth':160 'app':80 'applic':47,57 'avail':164 'believ':120 'better':161 'came':10 'consensus':172 'contain':90 'copi':134,186 'correct':151 'current':46,50 'data':136 'distro':22,41,139,194 'doabl':182 'docker':89 'dotfil':61,189 'easier':163,197 'easiest':34 'edit':165 'ensur':92,105 'everyon':167 'everyth':132 'extern':63 'folder':188 'fresh':195 'general':171 'get':60 'go':154 'home':187 'instal':11,48,76,137,199 'lemp10':15 'linux':27,114,128 'look':18,31 'manag':117 'mint':28,115,129 'modifi':108 'move':55 'need':82,202 'new':21,40,138,146 'nixo':205 'os':147 'overkil':180 'packag':116 'plan':51 'playbook':72 'popo':5,102 'repo':64 'respons':169 'run':141 's76':14 'script':143 'seem':173 'set':37,59,74 'setup':86,99,111,125 'softwar':200 'stow':68 'synapt':118 'thank':166 'thing':106 'tri':26,83,96,122,191,204 'use':4,67,69,113 'vm':103,130 'want':24 'way':35,152 'work':94,107,133,184"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702272574
+visibility: "visible "
+apId: "https://lemmy.world/post/9375036"
+editedAt: DateTimeImmutable @1703787161 {#2163
date: 2023-12-28 19:12:41.0 +01:00
}
+createdAt: DateTimeImmutable @1702186174 {#2107
date: 2023-12-10 06:29:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "you can automate a lot of the basc profile stuff in your dotfiles with some automation such as [github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot) to bootstrap a new install. it makes your new distro right at home, and if you combine this with github to store your dotfiles, you’ll also have a backup of your environment."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702195174 {#1382
date: 2023-12-10 08:59:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@flakpanzer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 216091
-bodyTs: "'/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':21 'also':48 'autom':3,16 'backup':51 'basc':8 'bootstrap':23 'combin':38 'distro':31 'dotfil':13,45 'environ':54 'github':41 'github.com':20 'github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':19 'home':34 'instal':26 'll':47 'lot':5 'make':28 'new':25,30 'profil':9 'right':32 'store':43 'stuff':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5939207"
+editedAt: null
+createdAt: DateTimeImmutable @1702195174 {#1401
date: 2023-12-10 08:59:34.0 +01:00
}
+"title": 216091
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1404
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1363
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2320 …}
+slug: "Easiest-way-to-switch-distros"
+title: "Easiest way to switch distros"
+url: null
+body: """
I have been using PopOS for a while now (came installed with my S76 Lemp10), but now looking for a new distro (I want to try Linux Mint). I am looking for the easiest way to set up the new distro with most of my current applications installed.\n
\n
My current plan on how to move my applications and settings:\n
\n
- Get dotfiles to external repo (I am using stow)\n
- Use ansible-playbook to set up installation of all the apps I need\n
- Try the ansible setup on a docker container to ensure it works\n
- Then try the ansible setup on a PopOS VM to ensure things work\n
- Modify the ansible setup to use Linux Mint package manager (synaptic I believe)\n
- Then try the ansible setup on a Linux Mint VM\n
- Once everything works, copy the data, install new distro and run ansible script on the new OS\n
\n
Is above the correct way to go about this, or is there anything better or easier available?\n
\n
Edit: Thanks everyone for responses. The general consensus seems to be that that above is overkill (although doable and works) and copying home folder & dotfiles and trying out the distro fresh is easier, and install software as needed. Or, try NixOS :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702475476 {#2298
date: 2023-12-13 14:51:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2315 …}
+votes: Doctrine\ORM\PersistentCollection {#2321 …}
+reports: Doctrine\ORM\PersistentCollection {#2310 …}
+favourites: Doctrine\ORM\PersistentCollection {#2306 …}
+notifications: Doctrine\ORM\PersistentCollection {#2305 …}
+badges: Doctrine\ORM\PersistentCollection {#2303 …}
+children: [
App\Entity\EntryComment {#1404}
]
-id: 21509
-titleTs: "'distro':5 'easiest':1 'switch':4 'way':2"
-bodyTs: "'although':181 'ansibl':71,85,98,110,124,142 'ansible-playbook':70 'anyth':160 'app':80 'applic':47,57 'avail':164 'believ':120 'better':161 'came':10 'consensus':172 'contain':90 'copi':134,186 'correct':151 'current':46,50 'data':136 'distro':22,41,139,194 'doabl':182 'docker':89 'dotfil':61,189 'easier':163,197 'easiest':34 'edit':165 'ensur':92,105 'everyon':167 'everyth':132 'extern':63 'folder':188 'fresh':195 'general':171 'get':60 'go':154 'home':187 'instal':11,48,76,137,199 'lemp10':15 'linux':27,114,128 'look':18,31 'manag':117 'mint':28,115,129 'modifi':108 'move':55 'need':82,202 'new':21,40,138,146 'nixo':205 'os':147 'overkil':180 'packag':116 'plan':51 'playbook':72 'popo':5,102 'repo':64 'respons':169 'run':141 's76':14 'script':143 'seem':173 'set':37,59,74 'setup':86,99,111,125 'softwar':200 'stow':68 'synapt':118 'thank':166 'thing':106 'tri':26,83,96,122,191,204 'use':4,67,69,113 'vm':103,130 'want':24 'way':35,152 'work':94,107,133,184"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702272574
+visibility: "visible "
+apId: "https://lemmy.world/post/9375036"
+editedAt: DateTimeImmutable @1703787161 {#2163
date: 2023-12-28 19:12:41.0 +01:00
}
+createdAt: DateTimeImmutable @1702186174 {#2107
date: 2023-12-10 06:29:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "you can automate a lot of the basc profile stuff in your dotfiles with some automation such as [github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot) to bootstrap a new install. it makes your new distro right at home, and if you combine this with github to store your dotfiles, you’ll also have a backup of your environment."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702195174 {#1382
date: 2023-12-10 08:59:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@flakpanzer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 216091
-bodyTs: "'/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':21 'also':48 'autom':3,16 'backup':51 'basc':8 'bootstrap':23 'combin':38 'distro':31 'dotfil':13,45 'environ':54 'github':41 'github.com':20 'github.com/anishathalye/dotbot](https://github.com/anishathalye/dotbot)':19 'home':34 'instal':26 'll':47 'lot':5 'make':28 'new':25,30 'profil':9 'right':32 'store':43 'stuff':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5939207"
+editedAt: null
+createdAt: DateTimeImmutable @1702195174 {#1401
date: 2023-12-10 08:59:34.0 +01:00
}
+"title": 216091
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2378
+user: Proxies\__CG__\App\Entity\User {#2071 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2309 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2217 …}
+slug: "Ubuntu-is-my-daily-driver-but-I-m-thinking-of-setting"
+title: "Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project?"
+url: "https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 61
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701393185 {#2220
date: 2023-12-01 02:13:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2195 …}
+reports: Doctrine\ORM\PersistentCollection {#2197 …}
+favourites: Doctrine\ORM\PersistentCollection {#2206 …}
+notifications: Doctrine\ORM\PersistentCollection {#2201 …}
+badges: Doctrine\ORM\PersistentCollection {#2203 …}
+children: [
App\Entity\EntryComment {#2381
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2378 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Looks like a pretty straightforward install! And a fun project to have a personal message space with friends. It includes the ability to launch gameoso you could maybe set it up as a personal lobby for gaming buddies."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702065310 {#1707
date: 2023-12-08 20:55:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wowwoweowza@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2382 …}
+nested: Doctrine\ORM\PersistentCollection {#2383 …}
+votes: Doctrine\ORM\PersistentCollection {#1906 …}
+reports: Doctrine\ORM\PersistentCollection {#1708 …}
+favourites: Doctrine\ORM\PersistentCollection {#1410 …}
+notifications: Doctrine\ORM\PersistentCollection {#1907 …}
-id: 174081
-bodyTs: "'abil':22 'buddi':38 'could':27 'friend':18 'fun':9 'game':37 'gameoso':25 'includ':20 'instal':6 'launch':24 'like':2 'lobbi':35 'look':1 'mayb':28 'messag':15 'person':14,34 'pretti':4 'project':10 'set':29 'space':16 'straightforward':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5649163"
+editedAt: null
+createdAt: DateTimeImmutable @1701190582 {#2379
date: 2023-11-28 17:56:22.0 +01:00
}
+"title": 174081
}
]
-id: 17886
-titleTs: "'anyon':20 'daili':4 'driver':5 'first':33 'm':8 'never':16 'pi':19 'project':34 'raspberri':18 'set':11 'think':9,27 'tough':24 'ubuntu':1 'use':17,21"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701276443
+visibility: "visible "
+apId: "https://lemmy.ml/post/8596742"
+editedAt: null
+createdAt: DateTimeImmutable @1701190043 {#2290
date: 2023-11-28 17:47:23.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2378
+user: Proxies\__CG__\App\Entity\User {#2071 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2309 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2217 …}
+slug: "Ubuntu-is-my-daily-driver-but-I-m-thinking-of-setting"
+title: "Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project?"
+url: "https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 61
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701393185 {#2220
date: 2023-12-01 02:13:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2195 …}
+reports: Doctrine\ORM\PersistentCollection {#2197 …}
+favourites: Doctrine\ORM\PersistentCollection {#2206 …}
+notifications: Doctrine\ORM\PersistentCollection {#2201 …}
+badges: Doctrine\ORM\PersistentCollection {#2203 …}
+children: [
App\Entity\EntryComment {#2381
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2378 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Looks like a pretty straightforward install! And a fun project to have a personal message space with friends. It includes the ability to launch gameoso you could maybe set it up as a personal lobby for gaming buddies."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702065310 {#1707
date: 2023-12-08 20:55:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wowwoweowza@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2382 …}
+nested: Doctrine\ORM\PersistentCollection {#2383 …}
+votes: Doctrine\ORM\PersistentCollection {#1906 …}
+reports: Doctrine\ORM\PersistentCollection {#1708 …}
+favourites: Doctrine\ORM\PersistentCollection {#1410 …}
+notifications: Doctrine\ORM\PersistentCollection {#1907 …}
-id: 174081
-bodyTs: "'abil':22 'buddi':38 'could':27 'friend':18 'fun':9 'game':37 'gameoso':25 'includ':20 'instal':6 'launch':24 'like':2 'lobbi':35 'look':1 'mayb':28 'messag':15 'person':14,34 'pretti':4 'project':10 'set':29 'space':16 'straightforward':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5649163"
+editedAt: null
+createdAt: DateTimeImmutable @1701190582 {#2379
date: 2023-11-28 17:56:22.0 +01:00
}
+"title": 174081
}
]
-id: 17886
-titleTs: "'anyon':20 'daili':4 'driver':5 'first':33 'm':8 'never':16 'pi':19 'project':34 'raspberri':18 'set':11 'think':9,27 'tough':24 'ubuntu':1 'use':17,21"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701276443
+visibility: "visible "
+apId: "https://lemmy.ml/post/8596742"
+editedAt: null
+createdAt: DateTimeImmutable @1701190043 {#2290
date: 2023-11-28 17:47:23.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2378
+user: Proxies\__CG__\App\Entity\User {#2071 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2309 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2217 …}
+slug: "Ubuntu-is-my-daily-driver-but-I-m-thinking-of-setting"
+title: "Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project?"
+url: "https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 61
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701393185 {#2220
date: 2023-12-01 02:13:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2195 …}
+reports: Doctrine\ORM\PersistentCollection {#2197 …}
+favourites: Doctrine\ORM\PersistentCollection {#2206 …}
+notifications: Doctrine\ORM\PersistentCollection {#2201 …}
+badges: Doctrine\ORM\PersistentCollection {#2203 …}
+children: [
App\Entity\EntryComment {#2381
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2378 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Looks like a pretty straightforward install! And a fun project to have a personal message space with friends. It includes the ability to launch gameoso you could maybe set it up as a personal lobby for gaming buddies."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702065310 {#1707
date: 2023-12-08 20:55:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wowwoweowza@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2382 …}
+nested: Doctrine\ORM\PersistentCollection {#2383 …}
+votes: Doctrine\ORM\PersistentCollection {#1906 …}
+reports: Doctrine\ORM\PersistentCollection {#1708 …}
+favourites: Doctrine\ORM\PersistentCollection {#1410 …}
+notifications: Doctrine\ORM\PersistentCollection {#1907 …}
-id: 174081
-bodyTs: "'abil':22 'buddi':38 'could':27 'friend':18 'fun':9 'game':37 'gameoso':25 'includ':20 'instal':6 'launch':24 'like':2 'lobbi':35 'look':1 'mayb':28 'messag':15 'person':14,34 'pretti':4 'project':10 'set':29 'space':16 'straightforward':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5649163"
+editedAt: null
+createdAt: DateTimeImmutable @1701190582 {#2379
date: 2023-11-28 17:56:22.0 +01:00
}
+"title": 174081
}
]
-id: 17886
-titleTs: "'anyon':20 'daili':4 'driver':5 'first':33 'm':8 'never':16 'pi':19 'project':34 'raspberri':18 'set':11 'think':9,27 'tough':24 'ubuntu':1 'use':17,21"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701276443
+visibility: "visible "
+apId: "https://lemmy.ml/post/8596742"
+editedAt: null
+createdAt: DateTimeImmutable @1701190043 {#2290
date: 2023-11-28 17:47:23.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2381
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2378
+user: Proxies\__CG__\App\Entity\User {#2071 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2309 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2217 …}
+slug: "Ubuntu-is-my-daily-driver-but-I-m-thinking-of-setting"
+title: "Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project?"
+url: "https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 61
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701393185 {#2220
date: 2023-12-01 02:13:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2195 …}
+reports: Doctrine\ORM\PersistentCollection {#2197 …}
+favourites: Doctrine\ORM\PersistentCollection {#2206 …}
+notifications: Doctrine\ORM\PersistentCollection {#2201 …}
+badges: Doctrine\ORM\PersistentCollection {#2203 …}
+children: [
App\Entity\EntryComment {#2381}
]
-id: 17886
-titleTs: "'anyon':20 'daili':4 'driver':5 'first':33 'm':8 'never':16 'pi':19 'project':34 'raspberri':18 'set':11 'think':9,27 'tough':24 'ubuntu':1 'use':17,21"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701276443
+visibility: "visible "
+apId: "https://lemmy.ml/post/8596742"
+editedAt: null
+createdAt: DateTimeImmutable @1701190043 {#2290
date: 2023-11-28 17:47:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Looks like a pretty straightforward install! And a fun project to have a personal message space with friends. It includes the ability to launch gameoso you could maybe set it up as a personal lobby for gaming buddies."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702065310 {#1707
date: 2023-12-08 20:55:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wowwoweowza@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2382 …}
+nested: Doctrine\ORM\PersistentCollection {#2383 …}
+votes: Doctrine\ORM\PersistentCollection {#1906 …}
+reports: Doctrine\ORM\PersistentCollection {#1708 …}
+favourites: Doctrine\ORM\PersistentCollection {#1410 …}
+notifications: Doctrine\ORM\PersistentCollection {#1907 …}
-id: 174081
-bodyTs: "'abil':22 'buddi':38 'could':27 'friend':18 'fun':9 'game':37 'gameoso':25 'includ':20 'instal':6 'launch':24 'like':2 'lobbi':35 'look':1 'mayb':28 'messag':15 'person':14,34 'pretti':4 'project':10 'set':29 'space':16 'straightforward':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5649163"
+editedAt: null
+createdAt: DateTimeImmutable @1701190582 {#2379
date: 2023-11-28 17:56:22.0 +01:00
}
+"title": 174081
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#2381
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2378
+user: Proxies\__CG__\App\Entity\User {#2071 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2309 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2217 …}
+slug: "Ubuntu-is-my-daily-driver-but-I-m-thinking-of-setting"
+title: "Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project?"
+url: "https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 61
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701393185 {#2220
date: 2023-12-01 02:13:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2195 …}
+reports: Doctrine\ORM\PersistentCollection {#2197 …}
+favourites: Doctrine\ORM\PersistentCollection {#2206 …}
+notifications: Doctrine\ORM\PersistentCollection {#2201 …}
+badges: Doctrine\ORM\PersistentCollection {#2203 …}
+children: [
App\Entity\EntryComment {#2381}
]
-id: 17886
-titleTs: "'anyon':20 'daili':4 'driver':5 'first':33 'm':8 'never':16 'pi':19 'project':34 'raspberri':18 'set':11 'think':9,27 'tough':24 'ubuntu':1 'use':17,21"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701276443
+visibility: "visible "
+apId: "https://lemmy.ml/post/8596742"
+editedAt: null
+createdAt: DateTimeImmutable @1701190043 {#2290
date: 2023-11-28 17:47:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Looks like a pretty straightforward install! And a fun project to have a personal message space with friends. It includes the ability to launch gameoso you could maybe set it up as a personal lobby for gaming buddies."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702065310 {#1707
date: 2023-12-08 20:55:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wowwoweowza@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2382 …}
+nested: Doctrine\ORM\PersistentCollection {#2383 …}
+votes: Doctrine\ORM\PersistentCollection {#1906 …}
+reports: Doctrine\ORM\PersistentCollection {#1708 …}
+favourites: Doctrine\ORM\PersistentCollection {#1410 …}
+notifications: Doctrine\ORM\PersistentCollection {#1907 …}
-id: 174081
-bodyTs: "'abil':22 'buddi':38 'could':27 'friend':18 'fun':9 'game':37 'gameoso':25 'includ':20 'instal':6 'launch':24 'like':2 'lobbi':35 'look':1 'mayb':28 'messag':15 'person':14,34 'pretti':4 'project':10 'set':29 'space':16 'straightforward':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5649163"
+editedAt: null
+createdAt: DateTimeImmutable @1701190582 {#2379
date: 2023-11-28 17:56:22.0 +01:00
}
+"title": 174081
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2381
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2378
+user: Proxies\__CG__\App\Entity\User {#2071 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: Proxies\__CG__\App\Entity\Image {#2309 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2217 …}
+slug: "Ubuntu-is-my-daily-driver-but-I-m-thinking-of-setting"
+title: "Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project?"
+url: "https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 61
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701393185 {#2220
date: 2023-12-01 02:13:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2195 …}
+reports: Doctrine\ORM\PersistentCollection {#2197 …}
+favourites: Doctrine\ORM\PersistentCollection {#2206 …}
+notifications: Doctrine\ORM\PersistentCollection {#2201 …}
+badges: Doctrine\ORM\PersistentCollection {#2203 …}
+children: [
App\Entity\EntryComment {#2381}
]
-id: 17886
-titleTs: "'anyon':20 'daili':4 'driver':5 'first':33 'm':8 'never':16 'pi':19 'project':34 'raspberri':18 'set':11 'think':9,27 'tough':24 'ubuntu':1 'use':17,21"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701276443
+visibility: "visible "
+apId: "https://lemmy.ml/post/8596742"
+editedAt: null
+createdAt: DateTimeImmutable @1701190043 {#2290
date: 2023-11-28 17:47:23.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Looks like a pretty straightforward install! And a fun project to have a personal message space with friends. It includes the ability to launch gameoso you could maybe set it up as a personal lobby for gaming buddies."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702065310 {#1707
date: 2023-12-08 20:55:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@wowwoweowza@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2382 …}
+nested: Doctrine\ORM\PersistentCollection {#2383 …}
+votes: Doctrine\ORM\PersistentCollection {#1906 …}
+reports: Doctrine\ORM\PersistentCollection {#1708 …}
+favourites: Doctrine\ORM\PersistentCollection {#1410 …}
+notifications: Doctrine\ORM\PersistentCollection {#1907 …}
-id: 174081
-bodyTs: "'abil':22 'buddi':38 'could':27 'friend':18 'fun':9 'game':37 'gameoso':25 'includ':20 'instal':6 'launch':24 'like':2 'lobbi':35 'look':1 'mayb':28 'messag':15 'person':14,34 'pretti':4 'project':10 'set':29 'space':16 'straightforward':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5649163"
+editedAt: null
+createdAt: DateTimeImmutable @1701190582 {#2379
date: 2023-11-28 17:56:22.0 +01:00
}
+"title": 174081
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2389
+user: Proxies\__CG__\App\Entity\User {#2128 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2294 …}
+slug: "Debian-Bug-report-logs-1057843-linux-ext4-data-corruption-in"
+title: "Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1"
+url: "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843"
+body: """
<https://micronews.debian.org/2023/1702150551.html>\n
\n
> Due to an issue in ext4 with data corruption in kernel 6.1.64-1, we are pausing the 12.3 image release for today while we attend to fixes. Please do not update any systems at this time, we urge caution for users with UnattendedUpgrades configured. Please see bug# 1057843: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843>
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702247116 {#2317
date: 2023-12-10 23:25:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2280 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2279 …}
+badges: Doctrine\ORM\PersistentCollection {#2277 …}
+children: [
App\Entity\EntryComment {#2391
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2389 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Does this affect ubuntu and raspberry os releases as well? Since these are based on debian?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703647982 {#1407
date: 2023-12-27 04:33:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@btp@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 215752
-bodyTs: "'affect':3 'base':14 'debian':16 'os':7 'raspberri':6 'releas':8 'sinc':11 'ubuntu':4 'well':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5935488"
+editedAt: null
+createdAt: DateTimeImmutable @1702178762 {#1883
date: 2023-12-10 04:26:02.0 +01:00
}
+"title": 215752
}
]
-id: 21472
-titleTs: "'-1':12 '1057843':5 '6.1.64':11 'bug':2 'corrupt':9 'data':8 'debian':1 'ext4':7 'linux':6 'log':4 'report':3"
-bodyTs: "'-1':16 '/2023/1702150551.html':3 '/cgi-bin/bugreport.cgi?bug=1057843':54 '1057843':51 '12.3':21 '6.1.64':15 'attend':28 'bug':50 'bugs.debian.org':53 'bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843':52 'caution':42 'configur':47 'corrupt':12 'data':11 'due':4 'ext4':9 'fix':30 'imag':22 'issu':7 'kernel':14 'micronews.debian.org':2 'micronews.debian.org/2023/1702150551.html':1 'paus':19 'pleas':31,48 'releas':23 'see':49 'system':36 'time':39 'today':25 'unattendedupgrad':46 'updat':34 'urg':41 'user':44"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702250756
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/692947"
+editedAt: null
+createdAt: DateTimeImmutable @1702164356 {#2297
date: 2023-12-10 00:25:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2389
+user: Proxies\__CG__\App\Entity\User {#2128 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2294 …}
+slug: "Debian-Bug-report-logs-1057843-linux-ext4-data-corruption-in"
+title: "Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1"
+url: "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843"
+body: """
<https://micronews.debian.org/2023/1702150551.html>\n
\n
> Due to an issue in ext4 with data corruption in kernel 6.1.64-1, we are pausing the 12.3 image release for today while we attend to fixes. Please do not update any systems at this time, we urge caution for users with UnattendedUpgrades configured. Please see bug# 1057843: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843>
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702247116 {#2317
date: 2023-12-10 23:25:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2280 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2279 …}
+badges: Doctrine\ORM\PersistentCollection {#2277 …}
+children: [
App\Entity\EntryComment {#2391
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2389 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Does this affect ubuntu and raspberry os releases as well? Since these are based on debian?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703647982 {#1407
date: 2023-12-27 04:33:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@btp@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 215752
-bodyTs: "'affect':3 'base':14 'debian':16 'os':7 'raspberri':6 'releas':8 'sinc':11 'ubuntu':4 'well':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5935488"
+editedAt: null
+createdAt: DateTimeImmutable @1702178762 {#1883
date: 2023-12-10 04:26:02.0 +01:00
}
+"title": 215752
}
]
-id: 21472
-titleTs: "'-1':12 '1057843':5 '6.1.64':11 'bug':2 'corrupt':9 'data':8 'debian':1 'ext4':7 'linux':6 'log':4 'report':3"
-bodyTs: "'-1':16 '/2023/1702150551.html':3 '/cgi-bin/bugreport.cgi?bug=1057843':54 '1057843':51 '12.3':21 '6.1.64':15 'attend':28 'bug':50 'bugs.debian.org':53 'bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843':52 'caution':42 'configur':47 'corrupt':12 'data':11 'due':4 'ext4':9 'fix':30 'imag':22 'issu':7 'kernel':14 'micronews.debian.org':2 'micronews.debian.org/2023/1702150551.html':1 'paus':19 'pleas':31,48 'releas':23 'see':49 'system':36 'time':39 'today':25 'unattendedupgrad':46 'updat':34 'urg':41 'user':44"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702250756
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/692947"
+editedAt: null
+createdAt: DateTimeImmutable @1702164356 {#2297
date: 2023-12-10 00:25:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2389
+user: Proxies\__CG__\App\Entity\User {#2128 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2294 …}
+slug: "Debian-Bug-report-logs-1057843-linux-ext4-data-corruption-in"
+title: "Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1"
+url: "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843"
+body: """
<https://micronews.debian.org/2023/1702150551.html>\n
\n
> Due to an issue in ext4 with data corruption in kernel 6.1.64-1, we are pausing the 12.3 image release for today while we attend to fixes. Please do not update any systems at this time, we urge caution for users with UnattendedUpgrades configured. Please see bug# 1057843: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843>
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702247116 {#2317
date: 2023-12-10 23:25:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2280 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2279 …}
+badges: Doctrine\ORM\PersistentCollection {#2277 …}
+children: [
App\Entity\EntryComment {#2391
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2389 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Does this affect ubuntu and raspberry os releases as well? Since these are based on debian?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703647982 {#1407
date: 2023-12-27 04:33:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@btp@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 215752
-bodyTs: "'affect':3 'base':14 'debian':16 'os':7 'raspberri':6 'releas':8 'sinc':11 'ubuntu':4 'well':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5935488"
+editedAt: null
+createdAt: DateTimeImmutable @1702178762 {#1883
date: 2023-12-10 04:26:02.0 +01:00
}
+"title": 215752
}
]
-id: 21472
-titleTs: "'-1':12 '1057843':5 '6.1.64':11 'bug':2 'corrupt':9 'data':8 'debian':1 'ext4':7 'linux':6 'log':4 'report':3"
-bodyTs: "'-1':16 '/2023/1702150551.html':3 '/cgi-bin/bugreport.cgi?bug=1057843':54 '1057843':51 '12.3':21 '6.1.64':15 'attend':28 'bug':50 'bugs.debian.org':53 'bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843':52 'caution':42 'configur':47 'corrupt':12 'data':11 'due':4 'ext4':9 'fix':30 'imag':22 'issu':7 'kernel':14 'micronews.debian.org':2 'micronews.debian.org/2023/1702150551.html':1 'paus':19 'pleas':31,48 'releas':23 'see':49 'system':36 'time':39 'today':25 'unattendedupgrad':46 'updat':34 'urg':41 'user':44"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702250756
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/692947"
+editedAt: null
+createdAt: DateTimeImmutable @1702164356 {#2297
date: 2023-12-10 00:25:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2391
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2389
+user: Proxies\__CG__\App\Entity\User {#2128 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2294 …}
+slug: "Debian-Bug-report-logs-1057843-linux-ext4-data-corruption-in"
+title: "Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1"
+url: "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843"
+body: """
<https://micronews.debian.org/2023/1702150551.html>\n
\n
> Due to an issue in ext4 with data corruption in kernel 6.1.64-1, we are pausing the 12.3 image release for today while we attend to fixes. Please do not update any systems at this time, we urge caution for users with UnattendedUpgrades configured. Please see bug# 1057843: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843>
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702247116 {#2317
date: 2023-12-10 23:25:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2280 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2279 …}
+badges: Doctrine\ORM\PersistentCollection {#2277 …}
+children: [
App\Entity\EntryComment {#2391}
]
-id: 21472
-titleTs: "'-1':12 '1057843':5 '6.1.64':11 'bug':2 'corrupt':9 'data':8 'debian':1 'ext4':7 'linux':6 'log':4 'report':3"
-bodyTs: "'-1':16 '/2023/1702150551.html':3 '/cgi-bin/bugreport.cgi?bug=1057843':54 '1057843':51 '12.3':21 '6.1.64':15 'attend':28 'bug':50 'bugs.debian.org':53 'bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843':52 'caution':42 'configur':47 'corrupt':12 'data':11 'due':4 'ext4':9 'fix':30 'imag':22 'issu':7 'kernel':14 'micronews.debian.org':2 'micronews.debian.org/2023/1702150551.html':1 'paus':19 'pleas':31,48 'releas':23 'see':49 'system':36 'time':39 'today':25 'unattendedupgrad':46 'updat':34 'urg':41 'user':44"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702250756
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/692947"
+editedAt: null
+createdAt: DateTimeImmutable @1702164356 {#2297
date: 2023-12-10 00:25:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Does this affect ubuntu and raspberry os releases as well? Since these are based on debian?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703647982 {#1407
date: 2023-12-27 04:33:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@btp@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 215752
-bodyTs: "'affect':3 'base':14 'debian':16 'os':7 'raspberri':6 'releas':8 'sinc':11 'ubuntu':4 'well':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5935488"
+editedAt: null
+createdAt: DateTimeImmutable @1702178762 {#1883
date: 2023-12-10 04:26:02.0 +01:00
}
+"title": 215752
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#2391
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2389
+user: Proxies\__CG__\App\Entity\User {#2128 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2294 …}
+slug: "Debian-Bug-report-logs-1057843-linux-ext4-data-corruption-in"
+title: "Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1"
+url: "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843"
+body: """
<https://micronews.debian.org/2023/1702150551.html>\n
\n
> Due to an issue in ext4 with data corruption in kernel 6.1.64-1, we are pausing the 12.3 image release for today while we attend to fixes. Please do not update any systems at this time, we urge caution for users with UnattendedUpgrades configured. Please see bug# 1057843: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843>
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702247116 {#2317
date: 2023-12-10 23:25:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2280 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2279 …}
+badges: Doctrine\ORM\PersistentCollection {#2277 …}
+children: [
App\Entity\EntryComment {#2391}
]
-id: 21472
-titleTs: "'-1':12 '1057843':5 '6.1.64':11 'bug':2 'corrupt':9 'data':8 'debian':1 'ext4':7 'linux':6 'log':4 'report':3"
-bodyTs: "'-1':16 '/2023/1702150551.html':3 '/cgi-bin/bugreport.cgi?bug=1057843':54 '1057843':51 '12.3':21 '6.1.64':15 'attend':28 'bug':50 'bugs.debian.org':53 'bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843':52 'caution':42 'configur':47 'corrupt':12 'data':11 'due':4 'ext4':9 'fix':30 'imag':22 'issu':7 'kernel':14 'micronews.debian.org':2 'micronews.debian.org/2023/1702150551.html':1 'paus':19 'pleas':31,48 'releas':23 'see':49 'system':36 'time':39 'today':25 'unattendedupgrad':46 'updat':34 'urg':41 'user':44"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702250756
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/692947"
+editedAt: null
+createdAt: DateTimeImmutable @1702164356 {#2297
date: 2023-12-10 00:25:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Does this affect ubuntu and raspberry os releases as well? Since these are based on debian?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703647982 {#1407
date: 2023-12-27 04:33:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@btp@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 215752
-bodyTs: "'affect':3 'base':14 'debian':16 'os':7 'raspberri':6 'releas':8 'sinc':11 'ubuntu':4 'well':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5935488"
+editedAt: null
+createdAt: DateTimeImmutable @1702178762 {#1883
date: 2023-12-10 04:26:02.0 +01:00
}
+"title": 215752
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2391
+user: App\Entity\User {#259 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2389
+user: Proxies\__CG__\App\Entity\User {#2128 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2294 …}
+slug: "Debian-Bug-report-logs-1057843-linux-ext4-data-corruption-in"
+title: "Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1"
+url: "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843"
+body: """
<https://micronews.debian.org/2023/1702150551.html>\n
\n
> Due to an issue in ext4 with data corruption in kernel 6.1.64-1, we are pausing the 12.3 image release for today while we attend to fixes. Please do not update any systems at this time, we urge caution for users with UnattendedUpgrades configured. Please see bug# 1057843: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843>
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702247116 {#2317
date: 2023-12-10 23:25:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2280 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2279 …}
+badges: Doctrine\ORM\PersistentCollection {#2277 …}
+children: [
App\Entity\EntryComment {#2391}
]
-id: 21472
-titleTs: "'-1':12 '1057843':5 '6.1.64':11 'bug':2 'corrupt':9 'data':8 'debian':1 'ext4':7 'linux':6 'log':4 'report':3"
-bodyTs: "'-1':16 '/2023/1702150551.html':3 '/cgi-bin/bugreport.cgi?bug=1057843':54 '1057843':51 '12.3':21 '6.1.64':15 'attend':28 'bug':50 'bugs.debian.org':53 'bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843':52 'caution':42 'configur':47 'corrupt':12 'data':11 'due':4 'ext4':9 'fix':30 'imag':22 'issu':7 'kernel':14 'micronews.debian.org':2 'micronews.debian.org/2023/1702150551.html':1 'paus':19 'pleas':31,48 'releas':23 'see':49 'system':36 'time':39 'today':25 'unattendedupgrad':46 'updat':34 'urg':41 'user':44"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702250756
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/692947"
+editedAt: null
+createdAt: DateTimeImmutable @1702164356 {#2297
date: 2023-12-10 00:25:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: "Does this affect ubuntu and raspberry os releases as well? Since these are based on debian?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703647982 {#1407
date: 2023-12-27 04:33:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@btp@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 215752
-bodyTs: "'affect':3 'base':14 'debian':16 'os':7 'raspberri':6 'releas':8 'sinc':11 'ubuntu':4 'well':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5935488"
+editedAt: null
+createdAt: DateTimeImmutable @1702178762 {#1883
date: 2023-12-10 04:26:02.0 +01:00
}
+"title": 215752
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\Entry {#1610
+user: App\Entity\User {#259 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
+image: Proxies\__CG__\App\Entity\Image {#1580 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
+slug: "Patch-1-Now-Live"
+title: "Patch #1 Now Live!"
+url: "https://baldursgate3.game/news/patch-1-now-live_87"
+body: "The first large major patch has just been released, with more than a 1000 fixes! ."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1692961940 {#1449
date: 2023-08-25 13:12:20.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1654 …}
+reports: Doctrine\ORM\PersistentCollection {#1649 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1549 …}
+badges: Doctrine\ORM\PersistentCollection {#1554 …}
+children: []
-id: 23305
-titleTs: "'1':2 'live':4 'patch':1"
-bodyTs: "'1000':14 'first':2 'fix':15 'larg':3 'major':4 'patch':5 'releas':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1692961940
+visibility: "visible "
+apId: "https://lemmy.world/post/3804378"
+editedAt: null
+createdAt: DateTimeImmutable @1692961940 {#1447
date: 2023-08-25 13:12:20.0 +02:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\Entry {#1610
+user: App\Entity\User {#259 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
+image: Proxies\__CG__\App\Entity\Image {#1580 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
+slug: "Patch-1-Now-Live"
+title: "Patch #1 Now Live!"
+url: "https://baldursgate3.game/news/patch-1-now-live_87"
+body: "The first large major patch has just been released, with more than a 1000 fixes! ."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1692961940 {#1449
date: 2023-08-25 13:12:20.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1654 …}
+reports: Doctrine\ORM\PersistentCollection {#1649 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1549 …}
+badges: Doctrine\ORM\PersistentCollection {#1554 …}
+children: []
-id: 23305
-titleTs: "'1':2 'live':4 'patch':1"
-bodyTs: "'1000':14 'first':2 'fix':15 'larg':3 'major':4 'patch':5 'releas':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1692961940
+visibility: "visible "
+apId: "https://lemmy.world/post/3804378"
+editedAt: null
+createdAt: DateTimeImmutable @1692961940 {#1447
date: 2023-08-25 13:12:20.0 +02:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\Entry {#1610
+user: App\Entity\User {#259 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
+image: Proxies\__CG__\App\Entity\Image {#1580 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
+slug: "Patch-1-Now-Live"
+title: "Patch #1 Now Live!"
+url: "https://baldursgate3.game/news/patch-1-now-live_87"
+body: "The first large major patch has just been released, with more than a 1000 fixes! ."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1692961940 {#1449
date: 2023-08-25 13:12:20.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1654 …}
+reports: Doctrine\ORM\PersistentCollection {#1649 …}
+favourites: Doctrine\ORM\PersistentCollection {#1528 …}
+notifications: Doctrine\ORM\PersistentCollection {#1549 …}
+badges: Doctrine\ORM\PersistentCollection {#1554 …}
+children: []
-id: 23305
-titleTs: "'1':2 'live':4 'patch':1"
-bodyTs: "'1000':14 'first':2 'fix':15 'larg':3 'major':4 'patch':5 'releas':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1692961940
+visibility: "visible "
+apId: "https://lemmy.world/post/3804378"
+editedAt: null
+createdAt: DateTimeImmutable @1692961940 {#1447
date: 2023-08-25 13:12:20.0 +02:00
}
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\Entry {#1620
+user: App\Entity\User {#259 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
+image: Proxies\__CG__\App\Entity\Image {#1604 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1613 …}
+slug: "Forgotten-Realms-Sword-Coast-Interactive-Map"
+title: "Forgotten Realms (Sword Coast) Interactive Map"
+url: "https://www.aidedd.org/atlas/index.php?map=R&l=1"
+body: """
For those wanting to get some geographical context of the Baldur’s Gate and the Forgotten Realms, this links to an interactive map with many of the well known places, including Baldur’s Gate itself.\n
\n
This is not directly related to the game, but it is within the same universe and realm as BG3 takes place.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691068989 {#1563
date: 2023-08-03 15:23:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1556 …}
+votes: Doctrine\ORM\PersistentCollection {#1557 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
+badges: Doctrine\ORM\PersistentCollection {#1692 …}
+children: []
-id: 30539
-titleTs: "'coast':4 'forgotten':1 'interact':5 'map':6 'realm':2 'sword':3"
-bodyTs: "'baldur':11,32 'bg3':54 'context':8 'direct':39 'forgotten':16 'game':43 'gate':13,34 'geograph':7 'get':5 'includ':31 'interact':22 'known':29 'link':19 'mani':25 'map':23 'place':30,56 'realm':17,52 'relat':40 'take':55 'univers':50 'want':3 'well':28 'within':47"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.world/post/2580295"
+editedAt: null
+createdAt: DateTimeImmutable @1691068989 {#1548
date: 2023-08-03 15:23:09.0 +02:00
}
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\Entry {#1620
+user: App\Entity\User {#259 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
+image: Proxies\__CG__\App\Entity\Image {#1604 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1613 …}
+slug: "Forgotten-Realms-Sword-Coast-Interactive-Map"
+title: "Forgotten Realms (Sword Coast) Interactive Map"
+url: "https://www.aidedd.org/atlas/index.php?map=R&l=1"
+body: """
For those wanting to get some geographical context of the Baldur’s Gate and the Forgotten Realms, this links to an interactive map with many of the well known places, including Baldur’s Gate itself.\n
\n
This is not directly related to the game, but it is within the same universe and realm as BG3 takes place.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691068989 {#1563
date: 2023-08-03 15:23:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1556 …}
+votes: Doctrine\ORM\PersistentCollection {#1557 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
+badges: Doctrine\ORM\PersistentCollection {#1692 …}
+children: []
-id: 30539
-titleTs: "'coast':4 'forgotten':1 'interact':5 'map':6 'realm':2 'sword':3"
-bodyTs: "'baldur':11,32 'bg3':54 'context':8 'direct':39 'forgotten':16 'game':43 'gate':13,34 'geograph':7 'get':5 'includ':31 'interact':22 'known':29 'link':19 'mani':25 'map':23 'place':30,56 'realm':17,52 'relat':40 'take':55 'univers':50 'want':3 'well':28 'within':47"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.world/post/2580295"
+editedAt: null
+createdAt: DateTimeImmutable @1691068989 {#1548
date: 2023-08-03 15:23:09.0 +02:00
}
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\Entry {#1620
+user: App\Entity\User {#259 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
+image: Proxies\__CG__\App\Entity\Image {#1604 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1613 …}
+slug: "Forgotten-Realms-Sword-Coast-Interactive-Map"
+title: "Forgotten Realms (Sword Coast) Interactive Map"
+url: "https://www.aidedd.org/atlas/index.php?map=R&l=1"
+body: """
For those wanting to get some geographical context of the Baldur’s Gate and the Forgotten Realms, this links to an interactive map with many of the well known places, including Baldur’s Gate itself.\n
\n
This is not directly related to the game, but it is within the same universe and realm as BG3 takes place.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691068989 {#1563
date: 2023-08-03 15:23:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1556 …}
+votes: Doctrine\ORM\PersistentCollection {#1557 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
+badges: Doctrine\ORM\PersistentCollection {#1692 …}
+children: []
-id: 30539
-titleTs: "'coast':4 'forgotten':1 'interact':5 'map':6 'realm':2 'sword':3"
-bodyTs: "'baldur':11,32 'bg3':54 'context':8 'direct':39 'forgotten':16 'game':43 'gate':13,34 'geograph':7 'get':5 'includ':31 'interact':22 'known':29 'link':19 'mani':25 'map':23 'place':30,56 'realm':17,52 'relat':40 'take':55 'univers':50 'want':3 'well':28 'within':47"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.world/post/2580295"
+editedAt: null
+createdAt: DateTimeImmutable @1691068989 {#1548
date: 2023-08-03 15:23:09.0 +02:00
}
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
54 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|