Skip to content
#

console-application

Here are 1,345 public repositories matching this topic...

Screwtapello
Screwtapello commented Feb 4, 2020

Since Kakoune's quoting system was reworked, it's pretty easy to reliably quote Kakoune strings by just doubling apostrophes. In shell, it looks something like this:

kakquote() {
    printf "'"
    printf "$*" | sed "s/'/''/g"
    printf "'"
}

However, while working on #3336, I've copied and pasted this fragment into three or four shell blocks already; I expect it (or

pltrz
pltrz commented Aug 7, 2018

I think some kind of interactive vistutor would be greatly beneficial.

It could serve as a starting point or as a continuation for learning certain topics.

I realize that such a tutorial might include a bit of different topics, just to name a few obvious ones:

  • regular expressions
  • structural regular expressions
  • vi commands
  • sam commands

It feels to me inaccessible to people ne

laravel-zero
stefkes
stefkes commented Mar 19, 2020

Installation of Laravel Zero with the command below

laravel-zero new TestApp

Results in output

Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...

 What is your application name?:
 >

  Aborted.


Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
hymie0
hymie0 commented Aug 16, 2019

The documentation says

The :datefmt command takes the cell's text content that represents a date,
and uses a given format to set the numeric value of the cell.
Its format is ':datefmt "{strftime_format}"', taking a strftime-compatible
format string.  The format is applied to the cell (as could be done with
the :format function) so that the value is displayed as
simonmichael
simonmichael commented Mar 18, 2020

Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.

Wo

laur89
laur89 commented Sep 23, 2019

Currently scrolling in directory with file preview enabled in 2nd pane could get extremely sluggish if the preview command isn't snappy enough; eg having following config to use bat for previews causes scrolling in a directory containing many shell scripts to become noticeably slow:

" remaining files:
fileviewer * bat --color always --plain %c
fil
pboy
xldenis
xldenis commented Jun 19, 2018

If you accept the name suggestion from paperboy, it will happily overwrite any files that happen to have that name in the library folder. Luckily in this case it was overwriting another copy of the same paper but it would be nice to have overwrite safeguards.

Reproduction:

  1. Create multiple copies of a pdf in Inbox folder
  2. Move them to library with the same name
  3. Watch duplicates vani
commanddotnet
tremby
tremby commented Aug 7, 2017

I liked this feature in the C++ version. Any interest in having it in the new version, or not?

For example, I had ^W run a python script which grabbed and displayed the lyrics for the currently-playing song. I had ^T run Transcribe with the song under the cursor's path/filename as an argument.

It might be nice to allow placeholders for tags of the current or highlighted song.

MiaMish
MiaMish commented Jan 18, 2019

I was looking for a library to pretty print md files from within my own python script, and not as a standalone cli.

This package works great, you should add examples for using the renderer directly from other scripts:

import consolemd
with open('README.md', 'r') as readme:
   readme_content = readme.read()
renderer = consolemd.Renderer()
renderer.render(readme_content)

cheer

pric

Ultimate zero-config tool to create Private Certificate Authority & issue locally-trusted development server certificates with any domain names you'd like. SSL certificates for development purposes.

  • Updated Jan 26, 2020
  • Shell

Improve this page

Add a description, image, and links to the console-application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the console-application topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.