• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

finch Command Examples in Linux

by Deepika

Finch is a console-based modular messaging client that allows users to communicate through various instant messaging protocols from a command-line interface. It is written in the C programming language, and is designed to be lightweight, fast, and easy to use.

One of the key features of Finch is its modular design, which allows users to easily add support for new messaging protocols. The client is built on top of the libpurple library, which provides a consistent API for interacting with different instant messaging protocols. This means that users can add support for new protocols simply by installing new libpurple plugins, without needing to make any changes to the Finch client itself.

Finch supports a wide range of instant messaging protocols, including popular ones like AIM, ICQ, MSN, Yahoo, Jabber/XMPP, Gadu-Gadu, and Zephyr. It also has built-in support for encryption protocols like OTR (Off-the-Record Messaging) and PGP (Pretty Good Privacy) to improve the security of the communication.

Finch is often used by users who prefer to use the command-line interface over a graphical user interface, as well as by users who are looking for a lightweight and fast messaging client that can run on older or less powerful systems. It’s also popular among system administrators who want to be able to communicate with their colleagues and clients through instant messaging, but prefer to do so from the command line.

finch Command Examples

1. Launch finch:

# finch

2. Quit:

# alt + q or ctrl + c

3. Show actions menu:

# alt + a

4. Jump to n-th window:

# alt + number_key

5. Close current window:

# alt + c

6. Start moving a window, use arrow keys to move, press escape when done:

# alt + m

7. Start resizing a window, use arrow keys to resize, press escape when done:

# alt + r

Filed Under: Linux

Some more articles you might also be interested in …

  1. How to change hostname in CentOS/RHEL 7
  2. How to Provide Credentials From a File While Mounting CIFS Share in Linux
  3. How to Setup a sudo Switch to Another User That Has no Password or ssh Key Set in Linux
  4. bmon: command not found
  5. tlp-stat: command not found
  6. How to Disable Daylight Savings Time (DST), and Modify the Timezone on Linux
  7. Manual Changes Made To /etc/hosts Or /etc/sysconfig/network-scripts/ifcfg-* Are Lost
  8. LVM Configuration : Logical Volume (LV) Operations/Utilities
  9. How to change the default IP address of docker bridge
  10. Unable to login with GUI on CentOS/RHEL 7

You May Also Like

Primary Sidebar

Recent Posts

  • “az storage blob” Command Examples (Manage blob storage containers and objects in Azure)
  • “az storage account” Command Examples (Manage storage accounts in Azure)
  • “az sshkey” Command Examples (Manage ssh public keys with virtual machines)
  • “az redis” Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright