![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
darshellclock is a MINIMALIST console application to display time and date with nice ASCII digits in your terminal. Uses curses
Here is a demo but mostly you would use this in a small persistant terminal. (More on "why this project?" in the side notes at the end)
Suitable for quite small terminal sizes. Useful for having a clock sitting around if you use a tiling window manager or tmux for example.
The usual arguments are here + a 'stop' argument for the autoclosing functionnality
-h --help Show help
-v --version Show version number
-i --info Show info [ASCII ♥]
-s --stop STOP Quit the application after <STOP> seconds
While in the app, use these keys to change the configuration :
Key | Purpose |
---|---|
h | Show or hide help |
q | Quit |
z | Change time color |
x | Change date color |
d | Show or hide date |
s | Show or hide secs |
Use Python 3.x
:warning: Please use pip3 or python3 instead of pip and python
Install using pip3:
pip3 install darshellclock # installing
darshellclock # lauching
Or if you want to do it manually you can clone or downlad and extract the project:
$ git clone https://github.com/darokin/darshell-clock.git
$ cd darshell-clock
$ python3 darshellclock # to launch/test ; or you can install it :
$ python3 setup.py install --user # to install
$ darshellclock # to launch installed version
:information_desk_person: This program was mainly made to try out a whole life cycle of a simple python app and to grasp new skills around github/CI/python package distribution/etc. The discussion section is open if needed.
If you encounter any problem or have any suggestions, please open an issue or send a pull request.
FAQs
Minimalist terminal digital clock
We found that darshellclock demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.