Coder Social home page Coder Social logo

linereader's Introduction

Hello, I’m Pushkar Raj

I’m a young programmer from India.

Some of my projects:

  • linereader : C++ library providing line editing and history capabilities to interactive CLI programs
  • hush : a UNIX shell supporting IO re-directions, piping, background execution etc.
  • dff : recursively finds and lists duplicate files
  • nights-watch : watches file(s) for modifications and re-executes a given command
  • png-steganography-tool : hides information inside PNG images
  • pxurl : a URL shortening webapp built using Nodejs, Express and MongoDB Atlas
  • clurl : same as pxurl, but written in Common Lisp, and uses PostgreSQL database
  • codebin : a hastebin clone for sharing code snippets (with syntax highlighting)
  • fisherman, fisherman-backend : a phishing tool (CLI script + backend code)
  • album-splitter : splits an album(audio file) into multiple tracks
  • css-minifier : minifies CSS for deployment
  • bmee : Basic mathematical expressions evaluator

linereader's People

Contributors

px86 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

linereader's Issues

TODO: implement kill-ring

Implement Emacs style killing and yanking text.

  • C-k to kill from cursor to the end of line
  • C-u to kill from cursor to the beginning of the line
  • C-y to yank (paste) the content from the kill ring

and so on.

Bug: unintended behavior of ALT + b

Cursor position before pressing ALT + b

This is a bug
^

Cursor position after pressing ALT + b

This is a bug
         ^

Ideally, it should not do anything.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.