Hacking Fish Script In Emacs

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • zx

    A tool for writing better scripts

    I think bash script is the most written script in the world, but the grammar is so old. These days, zx script which grammar like JavaScript had published by google. But we cannot use zx as a login shell, so I think we should not use it.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • .emacs.d

    https://emacs.takeokunn.org/ (by takeokunn)

    My Emacs config is below. https://github.com/takeokunn/.emacs.d

  • emacs-fish

    fish-mode for emacs

  • company-shell

  • company-shell

    Let you clone my repository by el-get. https://github.com/takeokunn/company-shell/commit/c35f0b90596d971f9b0d2cc1de586969f02c6c32

  • fish-repl.el

    (leaf fish-repl :el-get (fish-repl.el :url "https://github.com/takeokunn/fish-repl.el.git"))

  • nodejs-repl.el

    Run Node.js REPL and communicate with the process

    It can send codes in buffer to Fish REPL. It's still a work in progress, so I want to develop based on nodejs-repl.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ob-fish

    ob-fish enables orb-babel support for evaluating fish code.

    (leaf ob-fish :el-get (ob-fish :url "https://github.com/takeokunn/ob-fish.git")) (leaf ob-babel :after (ob-fish) :config (org-babel-do-load-languages 'org-babel-load-languages '((fish . t))))

  • yasnippet

    A template system for Emacs

  • yasnippet-snippets

    a collection of yasnippet snippets for many languages

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Key bindings to insert snippets/characters (Emacs+ESS)

    2 projects | /r/emacs | 20 Oct 2022
  • Code Editor for Ruby on Rails

    4 projects | /r/rails | 1 Jul 2022
  • Ability to search/pull elisp snippets from within emacs?

    2 projects | /r/emacs | 10 May 2022
  • default startup export settings for org files?

    2 projects | /r/emacs | 16 Apr 2021
  • Astro.js Getting started with a static site generator

    2 projects | dev.to | 12 Sep 2024

Did you konow that Emacs Lisp is
the 19th most popular programming language
based on number of metions?