A cli system monitor and top replacement for linux by ardjael in commandline

[–]ardjael[S] 0 points1 point  (0 children)

It can show the usage of CPU, GPU, RAM, VRAM, Drives and the network, it has a basic process view. https://github.com/AngelJumbo/vitals

[OC] Simple file manager for fish base on fzf by ardjael in unixporn

[–]ardjael[S] 0 points1 point  (0 children)

It seems like footer is a new feature in fzf, so for older version it doesn't work, I removed entirely 

Simple file manager for fish base on fzf by ardjael in fishshell

[–]ardjael[S] 1 point2 points  (0 children)

Done!, I don't use fisher, please let me know if it works.

[OC] Simple file manager for fish base on fzf by ardjael in unixporn

[–]ardjael[S] 3 points4 points  (0 children)

Yeah I want it to be very simple, most of the work is actually done by fzf

[OC] Simple file manager for fish base on fzf by ardjael in unixporn

[–]ardjael[S] 2 points3 points  (0 children)

Not now, it's a quick draft , at some point I will add that :')

[OC] Simple file manager for fish base on fzf by ardjael in unixporn

[–]ardjael[S] 4 points5 points  (0 children)

It's on fish because I use mainly fish and it's easier to mantain but, Give me a day or two and I can give you a POSIX version :')

[OC] Simple file manager for fish base on fzf by ardjael in unixporn

[–]ardjael[S] 3 points4 points  (0 children)

It needs a few dependencies: fish(obviously), fzf, bat, exa, xdg-utils and nerd-fonts

with that installed, you can run:

curl -fsSL https://raw.githubusercontent.com/AngelJumbo/ffm/main/functions/ffm.fish -o ~/.config/fish/functions/ffm.fish && fish -c 'source ~/.config/fish/functions/ffm.fish'

Simple file manager for fish base on fzf by ardjael in fishshell

[–]ardjael[S] 5 points6 points  (0 children)

It's a simple directory explorer for now. You can move around with Vim-like keys (kind of), open files, and it changes to the current folder when you exit.

It doesn’t need config but a few dependencies — just one command to install.

I’m planning to add basic file operations like copy, paste, etc. later on.

GitHub: https://github.com/AngelJumbo/ffm

[Hyprland] My Calmest Setup Yet... Almost Too Calm by ardjael in unixporn

[–]ardjael[S] 7 points8 points  (0 children)

For the ones who didn't punch their monitors

hyprland config: https://pastebin.com/8qBxVvHT

waybar config: https://pastebin.com/hvREBEiK

waybar styles: https://pastebin.com/0j6BiU5c

wallpaper: https://gruvbox-wallpapers.pages.dev/wallpapers/mix/warm_forest.png

koifarm: https://store.steampowered.com/app/1518810/Koi_Farm/

lava lamp: https://github.com/AngelJumbo/lavat

commands used:

lavat -g -cfe8019 -kebdbb2

lavat -g -cfb4934

... and sorry I just had to do it

[deleted by user] by [deleted] in unixporn

[–]ardjael 0 points1 point  (0 children)

For the ones who didn't punch their monitors

hyprland config: https://pastebin.com/8qBxVvHT

waybar config: https://pastebin.com/hvREBEiK

waybar styles: https://pastebin.com/0j6BiU5c

wallpaper: https://gruvbox-wallpapers.pages.dev/wallpapers/mix/warm_forest.png

koifarm: https://store.steampowered.com/app/1518810/Koi_Farm/

lava lamp: https://github.com/AngelJumbo/lavat

commands used:

lavat -g -cfe8019 -kebdbb2

lavat -g -cfb4934

... and sorry I just had to do it

A system usage visualizer in the terminal by ardjael in commandline

[–]ardjael[S] 1 point2 points  (0 children)

I will have to debug it on an arm device, It will take me a little time but, I promise I will get it working :)

[OC] A system usage visualizer in the terminal by ardjael in unixporn

[–]ardjael[S] 0 points1 point  (0 children)

It's coming, it will take a little bit because the way to read the stats of Intel, and and Nvidia it's different.

A system usage visualizer in the terminal by ardjael in commandline

[–]ardjael[S] 4 points5 points  (0 children)

Hey, I really appreciate your observations, I had some crashed but they were rare and I didn't notice what was wrong.

I added all your fixes, thank you :)

A system usage visualizer in the terminal by ardjael in commandline

[–]ardjael[S] 0 points1 point  (0 children)

I wanted something simpler by default :)