Adrienne Tackeforkumusta mundo!adriennetacke.hashnode.net·Feb 12, 2021FeaturedTerminal, Console, CLI, shell... Aren't they all the same thing?Terminal, Console, CLI, shell... Aren't they all the same thing? Yes and no (although, in the present day, we do use them interchangeably with the confidence that the other person knows what we're talking about)! I get these terms mixed up quite a bi...Bhargav Ponnapalli and 5 others are discussing this6 people are discussing thisDiscuss·123 likes·1.3K readsBeginner DevelopersThanks for the breakdown. I just took an 8 hour intro to Linux and the two Linux-heads I know already got around to telling me I'm not calling the command prompt the proper thing. 3
Yannick Mouginfor<Code With Yannick/>code-with-yannick.hashnode.net·Jan 25, 2022FeaturedCustomizing your ZSH terminal in less than 5minutesHey friends, welcome to this quick tutorial 👋 Today, I'm gonna show you how I personally set up my ZSH terminal on my mac. At the end of this tutorial, you will be able to configure it according to your own needs/preferences. Let's get started! iTer...Discuss·105 likes·5.4K readszsh
Jayesh SomalaforSomala Jayeshjayeshsomala.hashnode.net·Feb 8, 2022Playing with command lineWhy should we learn about command-line? Fluency in using the Linux command-line interface is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This is a sel...Anagh Bhargava and 26 others are discussing this27 people are discussing thisDiscuss·99 likes·151 readscli
Priyam SrivastavaforByte-sized Adventuresipriyam26.hashnode.net·Apr 20, 2023Journey in Rust: Handling External Commands and Dependencies Part - 6Hello, Rustaceans! Welcome back to our journey of learning Rust and building an open-source tool. In this episode, we're going to explore how to handle external commands and dependencies. It's like making sure you have all the ingredients before star...Discuss·1 likeTermoil: My Journey of making a Terminal assistantRust
Oleg GulevskyyforOleg Gulevskyyogulevskyy.hashnode.net·Apr 19, 2023Warp - terminal reimaginedTerminals - powerful things. If you know how to operate a terminal - you know how to manage your machine in ways that others (non-terminals) don't. I am not going to dive deep into UI vs terminal, but I will, however, share my excitement about a tool...Discuss·11 likes·90 readsProductivity
Priyam SrivastavaforByte-sized Adventuresipriyam26.hashnode.net·Apr 16, 2023Journey in Rust: Expanding Our ChatGPT API Command Line Tool - Part 4In this part, we will be focusing on adding more options for our command line arguments as well as refactoring the code to make it look a lot better and readable. Let's get started! 🚀 Step 1: Introducing subcommands We'll begin by refactoring the Ar...Discuss·156 readsTermoil: My Journey of making a Terminal assistantRust
Youssef HassanforYoussef Hassanjoehsn.hashnode.net·Apr 13, 2023Shell basics handbookBuy me a coffee ☕ to help me keep going, thanks in advance! ❤ A shell is a program that acts as an interface between a user and the kernel. It allows a user to give commands to the kernel and receive responses from it. Through a shell, we can execut...DiscussHandbooksshell
Priyam SrivastavaforByte-sized Adventuresipriyam26.hashnode.net·Apr 13, 2023Journey in Rust: Api Calling and ChatGPT in Rust - Part 2Welcome back, fellow adventurers! 🤠 In the last part, we delved into the world of user input handling using the clap crate. Today, we will embark on a new quest: calling an API to retrieve some data! Let's buckle up and continue our exciting journey...Discuss·47 readsTermoil: My Journey of making a Terminal assistantRust
Priyam SrivastavaforByte-sized Adventuresipriyam26.hashnode.net·Apr 13, 2023Journey in Rust: Building a Command Line Tool - Part 1Hey there, Rusty folks! 🙌 As you may know, I've been diving headfirst into the magical land of Rust, and I've decided to share my journey with you as I build a command line tool! Let's get ready to rumble, shall we? 🚀 Step 0: Say "Hello" to the Wor...Discuss·37 readsTermoil: My Journey of making a Terminal assistantRust
Priyam SrivastavaforByte-sized Adventuresipriyam26.hashnode.net·Apr 13, 2023Termoil: A Chatty Assistant for Conquering the Terminal Using AIAs a self-proclaimed terminal enthusiast, I've always believed that the terminal is the most efficient and direct way to communicate with any system. But I've noticed that many new developers treat the terminal like it's a haunted mansion, avoiding i...Discuss·39 readsTermoil: My Journey of making a Terminal assistantRust
5 Mins Learnfor5MinsLearn5minslearn.hashnode.net·Apr 12, 2023How to search files effectively — Part 2 — GoGoSoonHello People! Thanks for your great feedback on the basics of the find command blog. After reading that blog most people requested me to write the advanced version of find command. Thanks again for all your patience. Now, it's time to take your skill...DiscussFIND
Ujjawal KumarforDev Diariesendeavourmonk.hashnode.net·Apr 9, 2023How to change the terminal style in VSCodeOpen the Settings: On Windows/Linux - File > Preferences > Settings On macOS - Code > Preferences > Settings Shortcut (⌘,) Search (⇧⌘P) → “Preferences: Open Settings” Search for workbench: color customizations and then click on Edit in setting...Discuss·10 likes·27 readsvscode extensions
Harsh RajforPlasmaBlogsplasmaharsh.hashnode.net·Apr 6, 202310 Must-Know Linux Commands for New UsersLinux commands are an essential part of the Linux operating system, providing users with a way to interact with their system through a terminal interface. Knowing the most commonly used Linux commands can help you become more efficient in using the L...DiscussLinux