标签
No Tags

Frequently used words (click to add to your profile)

javaandroidc++linuxc#windowsobjective-ccocoaqtpython誰得phprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

最近の作業部屋活動履歴

2022-12-20

最近のWikiの更新 (Recent Changes)

No changes on this wiki.

Wikiガイド(Guide)

サイドバー (Side Bar)

Flitter for Nix

  • R/O
  • R/O (HTTP)
  • R/W (SSH)
  • R/W (HTTPS)
Fork

A Nix-friendly fork of Flitter, a speedrunning split timer for Unix-style terminals

Release Files

No download files.

Recent Commits

Rev.时间作者Message RSS
8ef92b302022-12-20 08:55:14CorbinAdd command for summarizing splits. So that I don't have...
f88028cb2022-12-19 10:03:13CorbinFix thinko.
3247aeb32022-12-19 09:45:40CorbinSet up and invoke ocamlformat. This was less than I expe...
409be5022022-12-19 09:21:31CorbinSuccessfully load one of my old savefiles. The PPX for S...
dbaf2a902022-12-19 08:19:27CorbinBuild with today's nixpkgs. Keeping up with Jane Street.
666c54832020-10-26 04:56:08Alex OzerFix build problems
b34b49722020-08-20 10:21:33Alex Ozer Merge pull request #23 from AlexMorson/master Fix milli...
2fffe4622020-08-20 10:08:26Alex MorsonFix millisecond padding bug Milliseconds were being zero...
16f26a132019-08-07 22:14:40Alex Ozer Update README.md
9d871f9d2018-11-18 06:33:39Alex OzerExample splits imply multi-word split names need quotes

Flitter

A Livesplit-inspired speedrunning split timer for terminal / command-line.

Animated demo GIF

All screenshots

Features

  • Global hotkeys
  • :rainbow: Animated rainbow best splits
  • 24-bit terminal color
  • Undo / delete split
  • Pause / resume
  • Splits and history stored in single human-editable file
  • 60 FPS rendering with low CPU usage
  • Robust time computations: float math is mostly avoided

Install

Flitter has been tested on Linux, but in theory it should work on MacOS as well. Windows is not supported.

OCaml Dependencies

Flitter is mostly written in OCaml.

Install opam: opam install instructions

Set up opam and install OCaml dependencies:

$ opam init
$ opam switch create 4.07.0
$ opam install dune core lwt re color sexp_pretty uutf lwt_ppx uuseg notty

Python Dependencies

Flitter uses a tiny amount of Python to provide global hotkeys.

Install pip for Python 3. For example, on Ubuntu / Debian:

$ sudo apt install python3-pip

Install Python package dependencies:

$ pip3 install --user pynput

Install Flitter

$ git clone --recursive https://github.com/alexozer/flitter.git
$ cd flitter
$ dune build
$ dune install

Usage

Create your splits:

Copy examples/splits.scm somewhere. Edit it and add your game and split information. The personal best splits, world record splits, and gold segments are not required.

Launch Flitter with your splits file:

$ flitter my-splits.scm

Warning: Don't edit your splits file while Flitter is running, your changes will be overwritten.

Keybindings

Keybindings are all global hotkeys; they will work even when the terminal is not focused.

Keys Action
Space Start / split / save and reset if run finished
J Start / split
K Undo split
D Delete last segment
Backspace Pause / reset (save run if finished and save golds)
Delete Pause / delete run (don't save anything)
Q Quit (if not currently timing)

Contributing

Feel free to make an issue or a pull request!

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.