paone

paone odeslal do větve master v repositáři paone/blog

  • b19e551bdd Handle domains with no port specification

před 2 týdny

paone odeslal do větve master v repositáři paone/blog

před 2 týdny

paone odeslal do větve master v repositáři paone/blog

před 2 týdny

paone odeslal do větve master v repositáři paone/scripts

  • 4194d7544b Remove xsendkeys The script was too simplistic and, while it worked somewhat, a lot more its required for a proper implementation.

před 1 měsícem

paone odeslal do větve master v repositáři paone/scripts

  • 31a9aa6ece Add xsendkeys This is a simple script that routes X server key states through SSH.
  • b580fcbbbd Supress error output for already terminated PIDs
  • 016934ab50 Remove leftover testing code
  • 032a6e3c79 Fix not properly restarting program Previously, 'eval' was used to execute the command that should be executed. This was both needless and, since the last commit, problematic. This is because, when backgrounding the command with '&', the value of '$!' (PID of last command) was being set that of eval instead of the actual started process. This commit removes the 'eval' call since it was pretty much useless and just expands the command.
  • c3045745c4 Compiled handles programs that run indefinitely
  • Zobrazit porovnání pro tyto 5 revize »

před 1 měsícem

paone odeslal do větve master v repositáři paone/blog

před 1 měsícem

paone odeslal do větve master v repositáři paone/blog

  • 1f01cc10e9 Improve README, better structure files
  • d18a92418b Modified date position
  • 9c4bd3c23e Build and run site according with dynamic domain and port Modify the domain and port to make by setting the PORT and DOMAIN variables in the command-line.
  • d1bb356250 Server can handle user options This commit adds a simple options parser to handle command-line options and puts it, together with the 'die' function in their own files.
  • eedfb1494f Conditional build recip for 'index.html' The index requires a domain name to specified.
  • Zobrazit porovnání pro tyto 12 revize »

před 1 měsícem

paone odeslal do větve master v repositáři paone/blog

  • 4c5a12f580 Fix comments
  • a6f9a9df08 Fix generation of index 'mkpage.pl' now generates links to the pages, which it wasn't doing before, and properly formats the generated text.
  • 735a8a072d Better index detection 'mkpage.pl' now checks for a '<index/>' tag on the document and, if found, treats the document as the index and generates it accordingly. This commit also adds this tag to 'index.page.html'.
  • a6d9a5f2d7 Add comments, fix minor bug
  • 7391db4e7f Better recipe generation, better organize Makefile This commit removes some of the redundancy on the Makefile and reorganizes it's variables and functions.
  • Zobrazit porovnání pro tyto 20 revize »

před 1 měsícem

paone odeslal do větve master v repositáři paone/dotfiles

  • af557b2e9e Fix autoclosing double quotes
  • 985fbb9618 Surround only in command mode Previously, the '_surround' function worked in insert mode. After experimentation, I noticed this to be only occasionally useful and mostly annoying. This commit reverts to the classical way of autoclosing symbols, while keeping the surround option in command mode.
  • Zobrazit porovnání pro tyto 2 revize »

před 2 měsíci

paone odeslal do větve master v repositáři paone/dotfiles

  • 0d2e7df6d4 Add binding to ratpoison for hibernation

před 2 měsíci

paone odeslal do větve master v repositáři paone/blog

  • 50a941d359 Add and sort posts on Diderot
  • 73e80a7249 M4 'include' macro now working properly This commit populates the 'M4PATH' variable with the subdirectories from the './posts' directory. This allows for the inclusion of any file, via the 'include' macro, from the 'posts' directory.
  • 44e55a507c Merge remote-tracking branch 'refs/remotes/origin/master'
  • f89a4e3f62 Adds notes regarding 'Os Pensadores - Diderot'
  • Zobrazit porovnání pro tyto 4 revize »

před 2 měsíci

paone odeslal do větve master v repositáři paone/blog

  • 14e26bb793 Add notes on Standord's diciotary entry on Diderot

před 2 měsíci

paone odeslal do větve master v repositáři paone/dotfiles

  • 3e2e7a135b Remove 'magic-space' from 'inputrc' The 'magic-space' setting was causing spaces not being inputed in REPLs from other programs that use 'readline' (such as 'iwctl' and python).

před 2 měsíci

paone odeslal do větve master v repositáři paone/blog

  • f29bdca262 Added notes on Stanford's entry on Denis Diderot

před 2 měsíci

paone odeslal do větve master v repositáři paone/dotfiles

před 2 měsíci

paone odeslal do větve master v repositáři paone/scripts

před 2 měsíci

paone odeslal do větve master v repositáři paone/dotfiles

před 2 měsíci

paone odeslal do větve master v repositáři paone/dotfiles

  • 7d40b190fe Adds 'Surround' plugin to Vim Not to be confused with Tim Pope's plugin (even though it's inspired by it). Initially, this plugin was meant to behave akin to my '_surround' function that I added to my '.bashrc', but some desing obstacles have kept me from developing it further. Basically, there is no simple way for the user to insert tokens in the beginning of the line, they would always wrap the following word or the remaining text. I will probably make the command work only on 'normal' mode, thought I will first do some testing on the command line before hand.
  • 6e7ecb8e64 '_surround' handles token insertion in the middle of the line
  • 43ba825c79 Hnadle uncompressed files in 'eman'
  • Zobrazit porovnání pro tyto 3 revize »

před 3 měsíci

paone odeslal do větve master v repositáři paone/dotfiles

  • 8fe25934a8 Add '_surround' function, rebind autoclosing symbols This is an upgrade to the previous strategy to have autoclosing symbols in the bash command-line. The '_surround' function to automatically surrounds either a word (with the 'word' argument) or the entire text after the cursor position (with the 'all' argument) with the passed arguments. If there is no text after the cursor, it merely appends the symbols, autoclosing them. It also appropriately places the cursor position.

před 3 měsíci

paone odeslal do větve master v repositáři paone/scripts

  • 11ecd565b1 Add README to 'automan'
  • 0cfbdcb574 Change the options for 'groff' Using the options provided by 'man' led to pages being improperly formatted (like the one for 'lesskey'), this applies the options used by 'lesspipe.sh' instead.
  • 8d68ab516a Add TODO entry regarding LESSOPEN Some people may derive use of LESSOPEN, even though its usage should be kept to a minimum so that the script runs fast.
  • dc50a64f25 Don't use 'lesspipe.sh' 'lesspipe.sh' serves no use in this particular scenario. Avoiding its usage (via the '-L' flag), makes the execution slightly quicker.
  • 5f0b20dfb9 Add TODO entry regarding options Usually, I prefer to use 'getopt' to parse user options, but, since this script is always rerun, it should be kept as small and quick as possible. It is, therefore, a much better option to have the user supply their options via a enviroment variable.
  • Zobrazit porovnání pro tyto 14 revize »

před 3 měsíci