pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

Feature request: Autocomplete suggestion for current date or datetime

Open JohannHansing opened this issue 4 years ago • 0 comments

This is a feature request/ idea.

I often verify queries on some arbitrary recent date or datetime. It would be neat if typing e.g. '2021- would autocomplete to the current date (e.g. '2021-08-11') or the current datetime. Or perhaps first the current date, then, if one continues (``'2021-08-11 `) autofill suggests the current datetime.

I could probably implement this myself since I am familiar with python. However, I first wanted to ask whether such a feature even makes sense and of course if you are even interested in having someone "external" like me attempt this.

JohannHansing avatar Aug 11 '21 09:08 JohannHansing