bashtickets VS xenops

Compare bashtickets vs xenops and see what are their differences.

bashtickets

Simple scripts to create and manage tickets in your bash terminal (by tpapastylianou)

xenops

An editing environment for LaTeX mathematical documents (by dandavison)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bashtickets xenops
2 13
4 209
- -
0.0 0.0
over 1 year ago over 1 year ago
Shell Emacs Lisp
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bashtickets

Posts with mentions or reviews of bashtickets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-10.
  • Ask HN: What is your “I don't care if this succeeds” project?
    56 projects | news.ycombinator.com | 10 Feb 2022
    A nice terminal-based ticketing system. https://github.com/tpapastylianou/bashtickets

    v2 on master is as simple as it gets, but still incredibly functional; my team is dogfooding the hell out of it at work.

    v3 on the "commandbased" branch is a total rehaul on the works, hoping to make this a more traditional/complete package, with a command-based interface (i.e. similar to how git works)

  • Minimal Viable Programs – Joe Armstrong – Erlang and Other Stuff
    2 projects | news.ycombinator.com | 16 Jan 2022
    I created something similar when I had to work in an extremely resource-constrained project (we could only work by ssh'ing to a server with no graphical utilities, and no internet access other than ssh). It has worked like a charm, and I would find it difficult to go back to anything else for ticket management now. I use this for 'in-project tickets/milestones' and leave stuff like github issues for 'external' issues by users.

    Here it is on github for anyone who's interested: https://github.com/tpapastylianou/bashtickets

    My tool is slightly less minimal than the one in the article, but essentially the same philosophy. Everything is a local file following a simple but fixed template, so that they can be grepped / manipulated if necessary. It plays very well with versioning, and supports milestones and 'advanced queries' as pre-made scripts. Obviously, since the tickets/milestones are simple text, it should be fairly straightforward to write your own queries if you know a bit of bash (or any other language you prefer, obviously).

    In fact, this little system has worked so well, that I have recently been trying to convert it to a nice, portable, "command-based" tool, i.e. the way git works; bashtickets init (or just bt init) initialises a ticket repository, bt new ticket creates a new ticket, bt list lists open/closed tickets, or active/completed milestones etc. There's nothing wrong with the original, of course, except for the fact that it's a bit ugly to have a bag of scripts in each ticket repository you want to manage. A command-based interface simply makes it look a bit more 'modern', and clean, putting any pre-made scripts and 'template' files out of sight for peace of mind. This is still very much under development, but please see the "commandbased" branch if interested. I'd be very open to feedback :)

xenops

Posts with mentions or reviews of xenops. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • Emacs AUCTeX no preview
    1 project | /r/emacs | 24 Jul 2023
  • Is emacs the answer?
    2 projects | /r/emacs | 6 May 2023
    For some really nice LaTeX previews whilst writing, I would recommend Xenops. It will display pretty much all LaTeX equations, environments, tables, figures etc for your whilst you are writing. I use it all the time and love it.https://github.com/dandavison/xenops
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    I was studying maths as a hobby and made myself a LaTeX editing environment in Emacs with inline rendering of mathematical content: https://github.com/dandavison/xenops

    A handful of other people use it I think but I made it for myself and don't have time to maintain it when I'm not studying maths.

  • Async Start-Process `org-preview-latex-default-process` (Doom Emacs)
    1 project | /r/emacs | 30 Dec 2022
    just use https://github.com/dandavison/xenops
  • Looking for a neovim GUI with image previews
    5 projects | /r/neovim | 9 Aug 2022
    Hi, I really like this package for emacs that allows to preview latex and images directly in the document (not in an extra window): https://github.com/dandavison/xenops.
  • Preview LaTeX equations on *.tex files
    4 projects | /r/emacs | 1 May 2022
    im surprised noone has mentioned https://github.com/dandavison/xenops which does exactly what you're looking for
  • Ask HN: What is your “I don't care if this succeeds” project?
    56 projects | news.ycombinator.com | 10 Feb 2022
    https://github.com/dandavison/xenops

    Mathematical LaTeX editing in Emacs with automatic inline rendering of math, tables, and TiKZ diagrams.

    It's hard to imagine this getting popular because (a) it's Emacs, (b) LaTeX is a pain and Overleaf is pretty nice, (c) I think it would require the Auctex team to want to adopt my implementation, and combine their expertise and code to parse LaTeX math delimiters as reliably as auctex does, (d) I only use and develop Xenops when I'm studying maths, which is not at all now I have a real job again. But Xenops is nice to use.

  • I'm able to take notes in mathematics lectures using LaTeX and Vim
    3 projects | news.ycombinator.com | 7 Nov 2021
    Plug: I recently created a new LaTeX editing environment for Emacs with automatic inline rendering of math, TikZ diagrams, and tables:

    https://github.com/dandavison/xenops

    It creates plain LaTeX files that can be shared with non-Emacs users, but also works with org-mode. Math preview images are SVG by default and are crisp on high res / retina screens.

  • How do I integrate wolframscript?
    1 project | /r/emacs | 4 Oct 2021
    Xenops is a nice package for editing LaTeX and it allows integration with computer algebra systems. I looked at the code and it seems to allow me to use wolframscript (which I think is the free version of the wolfram engine) but whenever I try to run the code in the example, it returns the error no org-babel-execute function for mathematica. When I put (requireob-mathematica)` into the init.el, it says there is no such file or directory. How can I integrate this free version of the wolfram engine?
  • JupyterLab LaTeX – live-editing of LaTeX documents in JupyterLab
    4 projects | news.ycombinator.com | 17 May 2021
    Plug: If you're an Emacs user, I've written an emacs LaTeX editing environment with automatic live rendering of LaTeX math, tables, and TikZ images. The images are rendered asynchronously using emacs-aio.

    https://github.com/dandavison/xenops

What are some alternatives?

When comparing bashtickets and xenops you can also consider the following projects:

endbasic - BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust

zenburn-emacs - The Zenburn colour theme ported to Emacs

dflex - The sophisticated Drag and Drop library you've been waiting for 🥳

org-fragtog - Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them

TablaM - The practical relational programing language for data-oriented applications

KeenWrite - Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.

duckduckbang - Meta search page that utilises duckduckgo !bang query operators.

notes - Notes about TeXmacs

ShareLaTex - A web-based collaborative LaTeX editor

JupyterLab - JupyterLab computational environment.

wikiref - A web extension that makes extracting, editing, and exporting Wikipedia references easy!

fvim - Cross platform Neovim front-end UI, built with F# + Avalonia