paone پوش کردن به master در paone/blog

2 روز پیش

paone پوش کردن به master در 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.
  • مشاهده مقایسه برای کامیت 12 »

2 روز پیش

paone پوش کردن به master در 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.
  • مشاهده مقایسه برای کامیت 20 »

1 هفته پیش

paone پوش کردن به master در 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.
  • مشاهده مقایسه برای کامیت 2 »

2 هفته پیش

paone پوش کردن به master در paone/dotfiles

  • 0d2e7df6d4 Add binding to ratpoison for hibernation

2 هفته پیش

paone پوش کردن به master در 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'
  • مشاهده مقایسه برای کامیت 4 »

1 ماه پیش

paone پوش کردن به master در paone/blog

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

1 ماه پیش

paone پوش کردن به master در 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).

1 ماه پیش

paone پوش کردن به master در paone/blog

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

1 ماه پیش

paone پوش کردن به master در paone/dotfiles

1 ماه پیش

paone پوش کردن به master در paone/scripts

1 ماه پیش

paone پوش کردن به master در paone/dotfiles

1 ماه پیش

paone پوش کردن به master در 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'
  • مشاهده مقایسه برای کامیت 3 »

1 ماه پیش

paone پوش کردن به master در 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.

2 ماه پیش

paone پوش کردن به master در 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.
  • مشاهده مقایسه برای کامیت 14 »

2 ماه پیش

paone پوش کردن به master در paone/dotfiles

  • a9328d4d9a Add 'eman' function for 'man' page viewing in 'elinks' Previously, I used 'automan' (a script of my own creation) as a way to view manual pages with automatic text reflow. For various reasons, the script came to be unwieldy (see its own repository for more information). This is an alternative solution to that problem. It has the same basic idea, but adapted to HTML pages. It converts 'roff' pages to HTML, before passing them to Elinks, which automatically opens each one in its own tab. Elinks applies the text reflow for free.
  • d29950b712 Change keybinding for 'less' section search to 's'
  • caf12225f5 Add 'less' binding to facilitate searching for sections The binding populates the 'less' command line with the regex '^\s*'. The user should then type the section they wish to search.
  • مشاهده مقایسه برای کامیت 3 »

2 ماه پیش

paone پوش کردن به master در paone/dotfiles

  • 6b07d922cd Add alias for 'git add . && git commit'
  • 75431d60c7 Add file movement bindings for 'less'
  • 350b272adb Make 'lesspipe.sh' quiet When launching 'less', it usually calls 'lessquiet.sh' when it's available to automatically format certain files. When it does that, it puts an helper message in the top of page. This commit removes that message.
  • db822d2016 Add alias for 'automan' and command completion to it Automan is a script of my own creation meant to act similar enough to man, but providing automatic reflow on terminal dimension changes. It's code can be found here: https://notabug.org/paone/scripts
  • 28bf61ed5f Add comment
  • مشاهده مقایسه برای کامیت 18 »

2 ماه پیش

paone پوش کردن به master در paone/dotfiles

  • 02d3cb3025 Add Android configuration env variables

2 ماه پیش

paone پوش کردن به master در paone/dotfiles

2 ماه پیش

paone پوش کردن به master در paone/dotfiles

  • b604b8c3c4 Improves 'repl' function and also renames it to 'replwrap' Changes the options to use the programming languages names instead of flags. It makes more semantic sense, even if it's more verbose (and the verbosity can be circunvented by aliases or wrapper functions according to user preference). Also checks if 'rlwrap' exits before running the function

2 ماه پیش