Best of ShellNovember 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    The Difference Between the Shell and the Terminal

    The shell and the terminal are different from each other but are often used interchangeably. When using a command line interface, we use text commands to make our programs work instead of a Graphical User Interface. The shell is a program that takes commands from the keyboard and gives them to the kernel to perform.

  2. 2
    Article
    Avatar of ossOpen Source Way·4y

    My favorite tricks for navigating the Linux terminal faster

    There are several ways to make your interactions with the command line even faster. Navigate without the arrow keys on the keyboard to move through a command to make edits. Use the Backspace key to delete characters in the backward direction and the Delete button to delete them in the forward direction.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Build a React dashboard with Tremor

    Tremor is an open-source, low-level library for building dashboards in React. The library is component-based and offers several components, such as cards, texts, and charts, that are used to set up dashboards.

  4. 4
    Article
    Avatar of pointerPointer·4y

    ddworken/hishtory: Your shell history: synced, queryable, and in context

    Hishtory: Better Shell History hishtory is a better shell history. It stores your shell history in context (what directory you ran the command in, whether it succeeded or failed, how long it took, etc.