tree: 3e1dfea03f2a36542456afb8c932e7c81aaf73ed [path history] [tgz]
  1. check_deps/
  2. clang/
  3. dart/
  4. devshell/
  5. fish/
  6. fuzzing/
  7. fxtest/
  8. fxutils/
  9. gce/
  10. git/
  11. gn/
  12. gn_complete/
  13. jiri/
  14. memory/
  15. mkinstaller/
  16. move_source/
  17. owner/
  18. prebuilts/
  19. rust/
  20. scrutiny/
  21. sdk/
  22. status/
  23. style/
  24. tests/
  25. third_party/
  26. unification/
  27. verify_cmdline_params/
  28. vim/
  29. wconversion/
  30. youcompleteme/
  31. zsh-completion/
  32. .gitignore
  33. bootstrap
  34. build-qemu.sh
  35. BUILD.gn
  36. build_id_conv.py
  37. build_id_to_debug_id.py
  38. change_testability_review_analyzer.py
  39. collect_lines_to_tree.py
  40. colorize_logs
  41. compare_elf_sizes.py
  42. cq_perf_results.py
  43. fd.py
  44. fetch-build-artifacts
  45. fidl_project_schema.json
  46. find_integration_revision.py
  47. flog
  48. fuchsia-vendored-python3.8
  49. fx
  50. fx-env.fish
  51. fx-env.sh
  52. fx-help.awk
  53. fx-reentry
  54. fx-wrapper
  55. generate-fidl-project.py
  56. generate-fidl-tags.py
  57. generate-intellij-config.py
  58. generate_cargo.py
  59. generate_cargo_desc.py
  60. git_utils.py
  61. gn_to_cmake.py
  62. hermetic-env
  63. OWNERS
  64. paths.py
  65. README.md
  66. run-zircon-arm64
  67. run-zircon-x86
  68. simplify_stacktraces
  69. start-unsecure-internet.sh
  70. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.