terminal

How to make your terminal looks Splendid

How to make your terminal looks Splendid

Hello I'm Jairo a semi senior software engineer who works with Java and Kotlin and loves coding with the most beautiful IDE and Terminal of my team rs.Today, I'm going to explain to You how to make your terminal the best terminal ever, the most beautiful one. WARPFirst thing, we need to choose the best terminal app to do this, I usually use one called Hyper Term, but in the last months I've been using another one called Warp terminal, I started to use it because it is an AI powered terminal, basically we can use the terminal AI to…
Read More
Linux Terminal for Beginners – Mastering Navigation Basics

Linux Terminal for Beginners – Mastering Navigation Basics

Originally published on: blog.theenthusiast.dev Imagine this: You've been using your computer for a while, and your Documents folder has become a catch-all for every file you've saved. You want to bring some order to this chaos, create a structure for your projects, and set up a system for personal files. Doing this with a mouse seems tedious. There must be a faster, more efficient way, right? Enter the terminal --> your new friend for doing things faster. Before we start organizing, we need to learn how to navigate our digital space efficiently. This is where the power of the terminal…
Read More
Vim: an epic terminal-based text editor

Vim: an epic terminal-based text editor

(This Blog post is part of a collaborative work between Me and Mustapha El Idrissi, Consult his devTo page for more information: https://dev.to/appsbymuss) Introduction about Vim Vim (short for Vi IMproved) is a highly configurable and efficient text editor that extends the functionality of the classic Unix-based Vi editor. Created by Bram Moolenaar, Vim is designed to maximize productivity in text editing through a combination of keyboard-driven commands and modes. What are Buffers in vim ? In Vim, a buffer is essentially an in-memory representation of a file. When you open a file in Vim, it is loaded into a…
Read More
Superpowered Git Aliases using Scripting

Superpowered Git Aliases using Scripting

What are Git Aliases Git aliases work similarly to regular aliases in the shell, but they are specific to Git commands. They allow you to create shortcuts for longer commands or to create new commands that are not available by default. Aliases run in the same shell environment as other git commands, and are mostly used to simplify common workflows. Simple Aliases Simple aliases call a single Git command with a set of arguments. For example, you can create an alias to show the status of the repository by running git status with the s alias: [alias] s = status…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.