dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Alias python to bpython

Open albertyw opened this issue 7 years ago • 2 comments

albertyw avatar May 20 '17 18:05 albertyw

Why?

cdlewis avatar Mar 01 '18 05:03 cdlewis

In-line syntax highlighting
Readline-like autocomplete with suggestions displayed as you type.
Expected parameter list for any Python function.
"Rewind" function to pop the last line of code from memory and re-evaluate.
Send the code you've entered off to a pastebin.
Save the code you've entered to a file.
Auto-indentation.
Python 3 support.

albertyw avatar Mar 01 '18 06:03 albertyw