cdepillabout / cdepillabout/termonad
xmonad-like reconfigure
- Dominant language
- Haskell
- Stars
- 418
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
is it possible to add a easier command for reconfigure? like xmonad's one
```shell
$ xmonad --recompile
```
something like this, or provide any way of doing it without stack or cabal, for users that rely solely on their package managers...
edit: here's the[ recompile function](https://github.com/xmonad/xmonad/blob/eba9e97794705349f9c6a50230bb88b8ef7d539a/src/XMonad/Core.hs#L787) from xmonad:
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the linked XMonad Core recompile function and compare its behavior with the requested termonad workflow. Determine how a package-manager-only user could invoke reconfiguration without Stack or Cabal; done means a documented, usable command or mechanism exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100