summary refs log tree commit diff stats
path: root/compiler/ic/integrity.nim
Commit message (Expand)AuthorAgeFilesLines
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-281-1/+3
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-6/+6
* IC: use better packed line information format (#22917)Andreas Rumpf2023-11-071-6/+6
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-1/+1
* ic refactoring (#17778)Andreas Rumpf2021-04-191-13/+13
* IC: rodfiles: no floats (#17720)Andreas Rumpf2021-04-141-4/+2
* IC: integrity checking (#17695)Andreas Rumpf2021-04-111-0/+151
.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#+TITLE: Cetus

Cetus is a wallpaper setting tool written in Go. This is a work in-progress.

* Features
** Supports various Image of the Day services
There are several Image of the Day services on the web, cetus will pull the
latest image & set it as wallpaper.
*** TODO NASA Image of the Day
*** TODO Bing Image of the Day
** DONE Set given wallpaper
Takes a path as input & sets it as wallpaper.

* Dependency
** [[https://feh.finalrewind.org/][feh]]
Required to set the wallpaper.