]> gitweb.factorcode.org Git - factor.git/history - extra/gopher
scryfall: make decks better, import from moxfield
[factor.git] / extra / gopher /
2023-09-01 John Benediktssonio.files: using some of the new file-exists combinators
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: whitespace only
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2023-01-20 John Benediktssongopher: don't url-encode that paths
2023-01-19 John Benediktssongopher.cli: simplify
2023-01-17 John Benediktssongopher.cli: adding home command
2023-01-16 John Benediktssongopher.ui: adding a MAIN:
2023-01-15 John Benediktssongopher.cli: use stdin for input, not argument
2023-01-14 John Benediktssongopher.cli: use $PAGER
2023-01-14 John Benediktssongopher.cli: adding a gopher shell similar to gemini.cli
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-01 John Benediktssongopher.ui: don't require a protocol for gopher urls
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-01 John Benediktssoncolors: merge colors.constants and colors.hex.
2021-12-24 Doug Colemanextra: contents -> read-contents
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-03-15 John Benediktssongopher.server: adding a main.
2017-11-19 John Benediktssongopher.ui: open non-gopher urls using webbrowser vocab.
2017-07-08 Björn Lindqvistbasis/,core/,extra/: more tags
2017-06-30 Björn Lindqvistui.tools: setting the initial tool dim as a multiple...
2016-11-02 John Benediktssongopher: use url encoding and decoding to work with...
2016-10-28 John Benediktssongopher.server: sillyness.
2016-10-27 John Benediktssongopher-ui: move to gopher.ui.
2016-10-27 John Benediktssongopher.server: fix length of ".." link.
2016-10-27 John Benediktssongopher: some aesthetics.
2016-10-26 John Benediktssongopher.server: adding a Gopher server.
2016-10-26 John Benediktssongopher: adding generic image support.
2016-10-26 John Benediktssongopher: fix gopher urls to include the type character...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2014-12-27 John Benediktssongopher: set 1 minute timeout by default.
2014-12-24 John Benediktssongopher: use contents now that it works.
2014-12-21 John Benediktssongopher: fix bug where empty lines weren't printed prope...
2014-12-20 John Benediktssongopher: simplify.
2014-12-20 John Benediktssongopher: change gopher-text to use split1.
2014-12-20 John Benediktssongopher: add way to get result without converting to...
2014-12-17 John Benediktssongopher: make default selector the menu.
2014-12-17 John Benediktssongopher: fix query params for searching.
2014-12-17 John Benediktssongopher: don't require UI by default.
2014-12-17 John Benediktssongopher-ui: adding a UI for gopher browsing.
2014-12-17 John Benediktssongopher: handle query params, maybe (not tested).
2014-12-17 John Benediktssongopher: initial commit of gopher lib.