10 CLI Tools That Made the Biggest Impact on my Terminal-Based Workflow

แชร์
ฝัง

ความคิดเห็น • 26

  • @patrickprucha5522
    @patrickprucha5522 3 หลายเดือนก่อน +1

    excellent video. Thank you for your efforts! Cheers

  • @robertotomas
    @robertotomas 3 หลายเดือนก่อน +2

    Gotta love those command line interface tools .. oh, you are abbreviating “cli” ,, then cli … t

  • @7pri2
    @7pri2 3 หลายเดือนก่อน

    Coool, I am definitely gonna steal some of them 😊

  • @nikolazivkovic2399
    @nikolazivkovic2399 3 หลายเดือนก่อน +1

    this is really nice! thank you

  • @metoh757
    @metoh757 3 หลายเดือนก่อน +4

    It's atuin and it's right there in the _cbhelp clipboard.

  • @qoqei3384
    @qoqei3384 3 หลายเดือนก่อน +1

    the pkill command is great and i've added it to my rc file, but i also wanted to improve it in a couple ways. make the ps header not selectable and only use sudo if necessary:
    `ps aux | fzf --height 40% --layout=reverse --header-lines=1 --prompt="Select process to kill: " | awk '{print $2}' | xargs -r bash -c 'kill $1 2> /dev/null || sudo kill $1' --`

    • @cloud-native-corner
      @cloud-native-corner  3 หลายเดือนก่อน +1

      This is soo cool, thank you! The conditional OR is a really neat way to escalate to sudo.

  • @Sub0x-x40
    @Sub0x-x40 3 หลายเดือนก่อน

    this is really cool

  • @enterusername7746
    @enterusername7746 3 หลายเดือนก่อน

    Why does the pet „git history“ snippet at 12:12 display the inline text „lua“? Is this a variable? Where does it come from? I can not find it in the snippet. Thank you.

    • @cloud-native-corner
      @cloud-native-corner  3 หลายเดือนก่อน +1

      It comes from commands history, I was searching for lua earlier. You can find this snippet and more here: github.com/Piotr1215/pet-snippets/blob/5a9a17a8d47bc97de8b8e95b4f264f7d151a38e7/pet-snippets.toml#L104
      Pet allows for variables too, you can read more about it in one of my blogs: medium.com/itnext/managing-command-snippets-is-hard-but-there-is-hope-dc6f046759bc

  • @ashrafgehad2102
    @ashrafgehad2102 3 หลายเดือนก่อน

    very helpful, really love your content.
    keep it up 🙌
    I use lazydocker and I find it useful for fast interact with docker images and containers.

    • @cloud-native-corner
      @cloud-native-corner  3 หลายเดือนก่อน +1

      Awesome! I use it too, there were many tools I didn't mention. Lazydocker and AutoKey were 2 of the ones I really wanted to talk about. Maybe in next video.

  • @gustavorangel729
    @gustavorangel729 3 หลายเดือนก่อน

    What’s the clipboard GitHub repo?

    • @cloud-native-corner
      @cloud-native-corner  3 หลายเดือนก่อน

      Here it is: github.com/Slackadays/Clipboard
      Also added to video description. Btw pasted this url from a dedicated persistent clipboard called _cburl :)

  • @Flackon
    @Flackon 3 หลายเดือนก่อน

    Could you put some timestamps for each tool?

  • @ІмяПрізвище-ы4э
    @ІмяПрізвище-ы4э 3 หลายเดือนก่อน

    Все ссылки не работают.

    • @cloud-native-corner
      @cloud-native-corner  3 หลายเดือนก่อน

      Thanks, I keep forgetting that TH-cam doesn't support markdown. Fixed!

  • @ManuX
    @ManuX 3 หลายเดือนก่อน

    The companion blog: / 10-cli-tools-that-made-the-biggest-impact does not exist. Gives a 502.

    • @cloud-native-corner
      @cloud-native-corner  3 หลายเดือนก่อน

      The link works for me, medium has transient server issues sometimes, try again.

    • @ManuX
      @ManuX 3 หลายเดือนก่อน

      @@cloud-native-corner ok thank you, great list btw