dte VS Selene

Compare dte vs Selene and see what are their differences.

dte

A small, configurable console text editor (mirrored from https://gitlab.com/craigbarnes/dte) (by craigbarnes)

Selene

Automation tool based on MQTT data. Optionnal backends to create "DRM/Cairo" "DirectFB" or "Curses" graphical applications. (by destroyedlolo)
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
dte Selene
2 2
148 15
- -
9.7 2.0
1 day ago 5 days ago
C C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

dte

Posts with mentions or reviews of dte. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-17.
  • Micro – A Modern Alternative to Nano
    20 projects | news.ycombinator.com | 17 Aug 2023
    From sailplane straight to (at least) a Cessna looks more like another level, supercharge and weight class all in one. I guess it's fair to locate 'micro' rather somewhere in the in-between, a middle ground and then there are in fact not that many contenders on the CLI, or else they're fossils. I would've thought this is what makes it attractive to some? Whereas others don't really have a use case. As for 'nano' on the other hand frankly there are about as many proper and more modern alternatives as there are Linux distributions and I'm sure anyone who's still a console regular has their favorite or two. I'm a vimmer but for quick snaps or in very strange places I *really* like dte. Am not associated with the project: https://github.com/craigbarnes/dte
  • dte - a language for expressing and calculating date and time
    1 project | /r/commandline | 15 Oct 2021
    Ohohoho. DTE is also the name of a nano like text editor I used before learning vim, felt nostalgic seeing the name.

Selene

Posts with mentions or reviews of Selene. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • How I wrote my own Smart Home Software using Lua
    4 projects | /r/programming | 5 Jun 2023
    Everything is built around MQTT messaging and I got several daemons picking, processing and submitting information. - https://github.com/destroyedlolo/Marcel is in charge of low level interface with my 1-wire network, get weather forecast, ISP figures ... Lua user script are doing simple processing and validate data if needed - https://github.com/destroyedlolo/Majordome is the root of the automation. Lua user scripts are launch based on received even and implement the automation. Initially, it was fully a Lua application, but separating the low level (C++) and user part (Lua) makes the code more easily manageable, and simply everything. - https://github.com/destroyedlolo/Selene is a framework helpers to Lua. Thanks to its pluggins, it add some capabilities to Lua to generate graphical or textual interface ... and much more like data management, multi-threading (real threading, not only co-routine that wasn't enough for such massive event driven dashboard).
  • Looking for a tool to extract Lua Interface in C(++) code/comment
    1 project | /r/lua | 14 Jun 2022
    I built a framework allowing even based automation, dashboard creation and many other things. It is written in C (and some companion in C++) and is lacking of decent documentation but in source code's comment.

What are some alternatives?

When comparing dte and Selene you can also consider the following projects:

Newtrodit - A console text editor written in C.

curses - Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.

mandown - man-page inspired Markdown viewer

ltui - 🍖 A cross-platform terminal ui library based on Lua

texterm - A very minimal & simple text editor written in C with only Standard C Library.

Marcel - Very lightweight daemon to publish figures to a MQTT broker (1wire data as temperatures, ISP real time consumption, UPS figures, meteo forecast, ...), check subscribted topics and alerts if out of range or missing. Custom decision scripts can be created in Lua.

termbox2 - suckless terminal rendering library

vifm - Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.

netmon_cli - A simple and lightweight terminal packet sniffer.

mako-smarthome - Mako Lua Server for managing SmartHome devices based on the deCONZ API

bim - Extensible, lightweight terminal text editor with syntax highlighting and plugin support.

Majordome - Events based automation tool : Event can be timers and MQTT messages arrival. Triggers Lua scripts.