All Projects → valebes → Rsclock

valebes / Rsclock

Licence: mit
A simple terminal clock written in Rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rsclock

Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (+630.23%)
Mutual labels:  terminal, clock
Termtools
Customize your terminal using JavaScript. With themes, extra alias and functions, we combine the power from both JavaScript and Bash.
Stars: ✭ 42 (-2.33%)
Mutual labels:  terminal
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+2165.12%)
Mutual labels:  terminal
Far2l
Linux port of FAR v2
Stars: ✭ 1,001 (+2227.91%)
Mutual labels:  terminal
Spinnercpp
Simple header only library to add a spinner / progress indicator to any terminal application.
Stars: ✭ 37 (-13.95%)
Mutual labels:  terminal
Iterm2 Snazzy
Elegant iTerm2 theme with bright colors
Stars: ✭ 1,005 (+2237.21%)
Mutual labels:  terminal
Unicute
💙 Cute Unicode symbols. Make the terminal GREAT AGAIN
Stars: ✭ 35 (-18.6%)
Mutual labels:  terminal
Treedrawer
treedrawer is a Go module for drawing trees on the terminal.
Stars: ✭ 43 (+0%)
Mutual labels:  terminal
Neoterm
Wrapper of some vim/neovim's :terminal functions.
Stars: ✭ 1,007 (+2241.86%)
Mutual labels:  terminal
Zepl.vim
Lightweight and easy REPL integration for Vim and Neovim.
Stars: ✭ 39 (-9.3%)
Mutual labels:  terminal
Cli Badges
Quirky little node-js library for generating badges for your cli apps.
Stars: ✭ 39 (-9.3%)
Mutual labels:  terminal
Sqlite Global Tool
SQLite .NET Core CLI tool that allows the user to manually enter and execute SQL statements with or without showing query result.
Stars: ✭ 37 (-13.95%)
Mutual labels:  terminal
Hokaido
HND✈CTS
Stars: ✭ 41 (-4.65%)
Mutual labels:  terminal
Tygit
A basic terminal interface for git, written on Node.js [Project not maintained]
Stars: ✭ 36 (-16.28%)
Mutual labels:  terminal
Eth Alarm Clock Dapp
Chronos - Ethereum Alarm Clock DApp
Stars: ✭ 42 (-2.33%)
Mutual labels:  clock
Langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-18.6%)
Mutual labels:  terminal
Notify.uno
Get notified when your command is done
Stars: ✭ 38 (-11.63%)
Mutual labels:  terminal
Dotfiles
Colourful & robust configuration files and utilities for Mac, Linux and BSD
Stars: ✭ 1,006 (+2239.53%)
Mutual labels:  terminal
Uiutil
UIUtil for Android, Lyrics, Tick animations, Comparisons, Satellite menus, Praise, Slide buttons, TAB indicators, Contact sorting, Drag sorting, Skidding deletes, Shadow effects, RecyclerView nesting RecyclerView, Map list Poi/Drawer effects, Progress settings, Clock set, Damping, Progress, Album, Snap, Progress, CircleDownload, AdvertSwitcher, Carousel ad, FlowLayout, Tag...; 歌词控件、打勾动画、对比、卫星菜单、点赞、滑动按钮、TAB指示器、联系人排序、拖曳排序、侧滑删除、阴影效果.、RecyclerView嵌套RecyclerView.、地图列表Poi/抽屉效果、进度设置、时钟设置、滑动阻尼、相册媒体快照、圆形下载进度,轮播广告, 流式布局,标签...
Stars: ✭ 1,018 (+2267.44%)
Mutual labels:  clock
Dotfiles
@anmoljagetia's Dotfiles! Saves me several seconds!
Stars: ✭ 42 (-2.33%)
Mutual labels:  terminal

Logo

Build Status GitHub built with nix

Screenshot

Introduction

rsClock is a simple terminal clock.

Now this project is paused. I'll add new features in the future.

Build

From Crates.io :

[email protected]:~$ cargo install rsclock

From GitHub :

[email protected]:~$ git clone https://github.com/valebes/rsClock
[email protected]:~$ cd rsClock
[email protected]:~$ cargo build --release
[email protected]:~$ ./target/release/rsclock

Usage

[email protected]:~$ usage : rsclock
   		 -s    Set custom symbol
		 -S    Display seconds
  		 -f    Set foreground color [0-255] (Ansi value)
   		 -b    Set background color [0-255] (Ansi value)
 		 -d    Debug mode
  		 -c    Center the clock
    		 -v    Show rsClock version
   		 -h    Display this message

Use "+" and "-" to change foreground color.

Use "." and "," to change background color.

Use "q" to quit the program.

To-Do

  • [ ] Complete code refactoring (working on it)
  • [x] Colors support
  • [ ] Alarms
  • [ ] Config file
  • [ ] Themes support
  • [ ] Documentation

Work in progress

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].